COLOR #DF9E2D

HEX: #DF9E2D
RGB: (223,158,45)

Color info

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

RGB color model

#DF9E2D color RGB value is (223,158,45).

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

RGB channels and saturation

R 223 of 255 = 87%
G 158 of 255 = 62%
B 45 of 255 = 18%

223
158
45

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

Portions of RGB colors in percentages

R + G + B =
223 + 158 + 45 = 426 (100%)
R 223 of 426 ~ 52.35%
G 158 of 426 ~ 37.09%
B 45 of 426 ~ 10.56%

%52.35
%37.09
%10.56

CMYK color model

#DF9E2D color CMYK value is (0,29,80,13).

  • cyan value is 0.00%
  • magenta value is 29.15%
  • yellow value is 79.82%
  • key color value is 12.55%
CMYK:
(0,29,80,13)
C0M29Y80K13 
(0%,29%,80%,13%)
(0.00/0.29/0.80/0.13)	

CMYK percentages

%0
%29.15
%79.82
%12.55

Codes

Color #DF9E2D in popluar color models

DF9E2D
RGB22315845
HSL38°73.55%52.55%
HSB/HSV38°79.82%87.45%
CMYK0.00%29.15%79.82%
12.55%

Color #DF9E2D in popluar number systems.

HEXDF9E2D
Decimal22315845
Binary1101111110011110101101
Octal33723655

Shades and tints

Shades of #DF9E2D

#DF9E2D
(223,158,45)
#CB9029
(203,144,41)
#B78225
(183,130,37)
#A37421
(163,116,33)
#8F661D
(143,102,29)
#7B5819
(123,88,25)
#674A15
(103,74,21)
#533C11
(83,60,17)
#3F2E0D
(63,46,13)
#2B2009
(43,32,9)
#171205
(23,18,5)
#000000
(0,0,0)

Tints of #DF9E2D

#DF9E2D
(223,158,45)
#E1A640
(225,166,64)
#E3AE53
(227,174,83)
#E5B666
(229,182,102)
#E7BE79
(231,190,121)
#E9C68C
(233,198,140)
#EBCE9F
(235,206,159)
#EDD6B2
(237,214,178)
#EFDEC5
(239,222,197)
#F1E6D8
(241,230,216)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF9E2D; }

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

This text font color is #DF9E2D.


Background Color

.myBgColor { background-color: #DF9E2D; }

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

This div background color is #DF9E2D.


Border color

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

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

This div border color is #DF9E2D.


Opacity

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

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

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

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

This text has shadow with #DF9E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9E2D on black background.


Color preview on white background

This text has color #DF9E2D on white background.



Black color preview on #DF9E2D background

This text has black color on #DF9E2D background.


White color preview on #DF9E2D background

This text has white color on #DF9E2D background.