COLOR #DFAF41

HEX: #DFAF41
RGB: (223,175,65)

Color info

#DFAF41 contains mainly red and green colors. Web safe color of #DFAF41 is #CC9933 (or #C93).

RGB color model

#DFAF41 color RGB value is (223,175,65).

  • red value is 223;
  • green value is 175;
  • blue value is 65.
RGB:
(223,175,65)
(87%,69%,25%)

RGB channels and saturation

R 223 of 255 = 87%
G 175 of 255 = 69%
B 65 of 255 = 25%

223
175
65

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

Portions of RGB colors in percentages

R + G + B =
223 + 175 + 65 = 463 (100%)
R 223 of 463 ~ 48.16%
G 175 of 463 ~ 37.8%
B 65 of 463 ~ 14.04%

%48.16
%37.8
%14.04

CMYK color model

#DFAF41 color CMYK value is (0,22,71,13).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 70.85%
  • key color value is 12.55%
CMYK:
(0,22,71,13)
C0M22Y71K13 
(0%,22%,71%,13%)
(0.00/0.22/0.71/0.13)	

CMYK percentages

%0
%21.52
%70.85
%12.55

Codes

Color #DFAF41 in popluar color models

DFAF41
RGB22317565
HSL42°71.17%56.47%
HSB/HSV42°70.85%87.45%
CMYK0.00%21.52%70.85%
12.55%

Color #DFAF41 in popluar number systems.

HEXDFAF41
Decimal22317565
Binary11011111101011111000001
Octal337257101

Shades and tints

Shades of #DFAF41

#DFAF41
(223,175,65)
#CBA03C
(203,160,60)
#B79137
(183,145,55)
#A38232
(163,130,50)
#8F732D
(143,115,45)
#7B6428
(123,100,40)
#675523
(103,85,35)
#53461E
(83,70,30)
#3F3719
(63,55,25)
#2B2814
(43,40,20)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #DFAF41

#DFAF41
(223,175,65)
#E1B652
(225,182,82)
#E3BD63
(227,189,99)
#E5C474
(229,196,116)
#E7CB85
(231,203,133)
#E9D296
(233,210,150)
#EBD9A7
(235,217,167)
#EDE0B8
(237,224,184)
#EFE7C9
(239,231,201)
#F1EEDA
(241,238,218)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAF41 color. Also use rgb(223,175,65) instead hex code.

Text Font Color

.myTextColor { color: #DFAF41; }

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

This text font color is #DFAF41.


Background Color

.myBgColor { background-color: #DFAF41; }

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

This div background color is #DFAF41.


Border color

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

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

This div border color is #DFAF41.


Opacity

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

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

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

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

This text has shadow with #DFAF41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAF41 on black background.


Color preview on white background

This text has color #DFAF41 on white background.



Black color preview on #DFAF41 background

This text has black color on #DFAF41 background.


White color preview on #DFAF41 background

This text has white color on #DFAF41 background.