COLOR #DFAB44

HEX: #DFAB44
RGB: (223,171,68)

Color info

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

RGB color model

#DFAB44 color RGB value is (223,171,68).

  • red value is 223;
  • green value is 171;
  • blue value is 68.
RGB:
(223,171,68)
(87%,67%,27%)

RGB channels and saturation

R 223 of 255 = 87%
G 171 of 255 = 67%
B 68 of 255 = 27%

223
171
68

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

Portions of RGB colors in percentages

R + G + B =
223 + 171 + 68 = 462 (100%)
R 223 of 462 ~ 48.27%
G 171 of 462 ~ 37.01%
B 68 of 462 ~ 14.72%

%48.27
%37.01
%14.72

CMYK color model

#DFAB44 color CMYK value is (0,23,70,13).

  • cyan value is 0.00%
  • magenta value is 23.32%
  • yellow value is 69.51%
  • key color value is 12.55%
CMYK:
(0,23,70,13)
C0M23Y70K13 
(0%,23%,70%,13%)
(0.00/0.23/0.70/0.13)	

CMYK percentages

%0
%23.32
%69.51
%12.55

Codes

Color #DFAB44 in popluar color models

DFAB44
RGB22317168
HSL40°70.78%57.06%
HSB/HSV40°69.51%87.45%
CMYK0.00%23.32%69.51%
12.55%

Color #DFAB44 in popluar number systems.

HEXDFAB44
Decimal22317168
Binary11011111101010111000100
Octal337253104

Shades and tints

Shades of #DFAB44

#DFAB44
(223,171,68)
#CB9C3E
(203,156,62)
#B78D38
(183,141,56)
#A37E32
(163,126,50)
#8F6F2C
(143,111,44)
#7B6026
(123,96,38)
#675120
(103,81,32)
#53421A
(83,66,26)
#3F3314
(63,51,20)
#2B240E
(43,36,14)
#171508
(23,21,8)
#000000
(0,0,0)

Tints of #DFAB44

#DFAB44
(223,171,68)
#E1B255
(225,178,85)
#E3B966
(227,185,102)
#E5C077
(229,192,119)
#E7C788
(231,199,136)
#E9CE99
(233,206,153)
#EBD5AA
(235,213,170)
#EDDCBB
(237,220,187)
#EFE3CC
(239,227,204)
#F1EADD
(241,234,221)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAB44 color. Also use rgb(223,171,68) instead hex code.

Text Font Color

.myTextColor { color: #DFAB44; }

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

This text font color is #DFAB44.


Background Color

.myBgColor { background-color: #DFAB44; }

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

This div background color is #DFAB44.


Border color

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

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

This div border color is #DFAB44.


Opacity

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

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

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

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

This text has shadow with #DFAB44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAB44 on black background.


Color preview on white background

This text has color #DFAB44 on white background.



Black color preview on #DFAB44 background

This text has black color on #DFAB44 background.


White color preview on #DFAB44 background

This text has white color on #DFAB44 background.