COLOR #DF9E4A

HEX: #DF9E4A
RGB: (223,158,74)

Color info

#DF9E4A contains mainly red color. Web safe color of #DF9E4A is #CC9933 (or #C93).

RGB color model

#DF9E4A color RGB value is (223,158,74).

  • red value is 223;
  • green value is 158;
  • blue value is 74.
RGB:
(223,158,74)
(87%,62%,29%)

RGB channels and saturation

R 223 of 255 = 87%
G 158 of 255 = 62%
B 74 of 255 = 29%

223
158
74

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

Portions of RGB colors in percentages

R + G + B =
223 + 158 + 74 = 455 (100%)
R 223 of 455 ~ 49.01%
G 158 of 455 ~ 34.73%
B 74 of 455 ~ 16.26%

%49.01
%34.73
%16.26

CMYK color model

#DF9E4A color CMYK value is (0,29,67,13).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 66.82%
  • key color value is 12.55%
CMYK:
(0,29,67,13)
C0M29Y67K13 
(0%,29%,67%,13%)
(0.00/0.29/0.67/0.13)	

CMYK percentages

%0
%29.15
%66.82
%12.55

Codes

Color #DF9E4A in popluar color models

DF9E4A
RGB22315874
HSL34°69.95%58.24%
HSB/HSV34°66.82%87.45%
CMYK0.00%29.15%66.82%
12.55%

Color #DF9E4A in popluar number systems.

HEXDF9E4A
Decimal22315874
Binary11011111100111101001010
Octal337236112

Shades and tints

Shades of #DF9E4A

#DF9E4A
(223,158,74)
#CB9044
(203,144,68)
#B7823E
(183,130,62)
#A37438
(163,116,56)
#8F6632
(143,102,50)
#7B582C
(123,88,44)
#674A26
(103,74,38)
#533C20
(83,60,32)
#3F2E1A
(63,46,26)
#2B2014
(43,32,20)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #DF9E4A

#DF9E4A
(223,158,74)
#E1A65A
(225,166,90)
#E3AE6A
(227,174,106)
#E5B67A
(229,182,122)
#E7BE8A
(231,190,138)
#E9C69A
(233,198,154)
#EBCEAA
(235,206,170)
#EDD6BA
(237,214,186)
#EFDECA
(239,222,202)
#F1E6DA
(241,230,218)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9E4A color. Also use rgb(223,158,74) instead hex code.

Text Font Color

.myTextColor { color: #DF9E4A; }

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

This text font color is #DF9E4A.


Background Color

.myBgColor { background-color: #DF9E4A; }

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

This div background color is #DF9E4A.


Border color

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

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

This div border color is #DF9E4A.


Opacity

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

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

Text with #DF9E4A 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 #DF9E4A;}

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

This text has shadow with #DF9E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9E4A on black background.


Color preview on white background

This text has color #DF9E4A on white background.



Black color preview on #DF9E4A background

This text has black color on #DF9E4A background.


White color preview on #DF9E4A background

This text has white color on #DF9E4A background.