COLOR #DE8D0A

HEX: #DE8D0A RGB: (222,141,10)

Color info

#DE8D0A contains mainly red color. Web safe color of #DE8D0A is #CC9900 (or #C90).

RGB color model

#DE8D0A color RGB value is (222,141,10).

RGB: (222,141,10) (87%, 55%, 4%)

RGB channels and saturation

R 222 of 255 = 87%
G 141 of 255 = 55%
B 10 of 255 = 4%

222
141
10

R + G + B ~ 49%. #DE8D0A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 222 + 141 + 10 = 373 (100%)
R 222 of 373 ~ 59.52%
G 141 of 373 ~ 37.8%
B 10 of 373 ~ 2.68'%

%59.52
%37.8

CMYK color model

#DE8D0A color CMYK value is (0,36,95,13).

  • cyan value is 0.00%
  • magenta value is 36.49%
  • yellow value is 95.50%
  • key color value is 12.94%

CMYK: (0,36,95,13)
C0M36Y95K13 (0%, 36%, 95%, 13%)
(0.00 / 0.36 / 0.95 / 0.13)

CMYK percentages

%0
%36.49
%95.5
%12.94

Codes

Color #DE8D0A in popluar color models

DE 8D 0A
RGB 222 141 10
HSL 37° 91.38% 45.49%
HSB/HSV 37° 95.50% 87.06%
CMYK 0.00% 36.49% 95.50%
12.94%

Color #DE8D0A in popluar number systems.

HEX DE 8D 0A
Decimal 222 141 10
Binary 11011110 10001101 1010
Octal 336 215 12

Shades and tints

Shades of #DE8D0A

#DE8D0A
(222,141,10)
#CA810A
(202,129,10)
#B6750A
(182,117,10)
#A2690A
(162,105,10)
#8E5D0A
(142,93,10)
#7A510A
(122,81,10)
#66450A
(102,69,10)
#52390A
(82,57,10)
#3E2D0A
(62,45,10)
#2A210A
(42,33,10)
#16150A
(22,21,10)
#000000
(0,0,0)

Tints of #DE8D0A

#DE8D0A
(222,141,10)
#E19720
(225,151,32)
#E4A136
(228,161,54)
#E7AB4C
(231,171,76)
#EAB562
(234,181,98)
#EDBF78
(237,191,120)
#F0C98E
(240,201,142)
#F3D3A4
(243,211,164)
#F6DDBA
(246,221,186)
#F9E7D0
(249,231,208)
#FCF1E6
(252,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8D0A color. Also use rgb(222,141,10) instead hex code.

Text Font Color

.myTextColor { color: #DE8D0A; }

<p style="color:#DE8D0A">This sample text font color is #DE8D0A.</p>

This text font color is #DE8D0A.

Background Color

.myBgColor { background-color: #DE8D0A; }

<div style="background-color:#DE8D0A">Inner text</div>

This div background color is #DE8D0A.

Border color

.myBorderColor { border: 1px solid #DE8D0A; }

<div style="border:3px solid #DE8D0A">Div</div>

This div border color is #DE8D0A.

Opacity

.myOpacity80 { color: #DE8D0A; opacity: 0.8; }

<p style="color:#DE8D0A;opacity:0.8;">80%</p>

Text with #DE8D0A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DE8D0A;}

<p style="text-shadow: 3px 3px 1px #DE8D0A">Text here.</p>

This text has shadow with #DE8D0A color.


.textShadow {text-shadow: 3px 3px 1px #DE8D0A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DE8D0A, 5px 5px 20px red">Text here.</p>

This text has shadow with #DE8D0A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DE8D0A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DE8D0A, Direction=45, Strength=4)">Text</p>

This text has shadow with #DE8D0A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DE8D0A;
-webkit-box-shadow: 1px 1px 3px 2px #DE8D0A;
box-shadow: 1px 1px 3px 2px #DE8D0A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DE8D0A; -webkit-box-shadow: 1px 1px 3px 2px #DE8D0A; box-shadow:1px 1px 3px 2px #DE8D0A;">
Div content here
</div>

This div box has shadow with color #DE8D0A.

Preview

Color preview on black background

This text has color #DE8D0A on black background.


Color preview on white background

This text has color #DE8D0A on white background.


Black color preview on #DE8D0A background

This text has black color on #DE8D0A background.


White color preview on #DE8D0A background

This text has white color on #DE8D0A background.


Related colors

Complementary color

Complementary color for #hex is #2172F5.


I love getcolorcode.com

Triadic colors

1 #0ADE8D and #8D0ADE with #DE8D0A are triadic colors.

2 #0A8DDE and #8DDE0A with #DE8D0A are triadic colors.