Color Hex Logo

#dfab4a Color Hex

#DFAB4A
(223,171,74)
0 Favorites   0 Comments

Color spaces of #dfab4a

RGB 22317174
HSL0.110.700.58
HSV39°67°87°
CMYK 0.000.230.67   0.13
XYZ46.230445.308212.7873
Yxy45.30820.44310.4343
Hunter Lab67.31144.801435.8545
CIE-Lab73.09449.190355.6688

#dfab4a color RGB value is (223,171,74).

#dfab4a hex color red value is 223, green value is 171 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dfab4a hue: 0.11 , saturation: 0.70 and the lightness value of dfab4a is 0.58.

The process color (four color CMYK) of #dfab4a color hex is 0.00, 0.23, 0.67, 0.13. Web safe color of #dfab4a is #cc9933. Color #dfab4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 01001010
Octal 337 253 112
Decimal 223 171 74
Hex DF AB 4A

RGB Percentages of Color #dfab4a

%47.65
%36.54
%15.81

CMYK Percentages of Color #dfab4a

%0
%23
%67
%13

Triadic Colors of #dfab4a

#dfab4a #4adfab #ab4adf

Analogous Colors of #dfab4a

#dfab4a #c9df4a #df614a

Monochromatic Colors of #dfab4a

#dfab4a

Complementary Color

#dfab4a #4a7edf

#dfab4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab4a Color CSS Codes

.mybgcolor {background-color:#dfab4a; } 
.myforecolor {color:#dfab4a; }
.mybordercolor {border:3px solid #dfab4a; }

#dfab4a Text Font Color

<p style="color:#dfab4a">Text here</p>

This sample text font color is #dfab4a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfab4a Background Color

<div style="background-color:#dfab4a">
Div content here</div>

This div background color is #dfab4a


#dfab4a Border Color

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

This div border color is #dfab4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,171,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfab4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfab4a;
  -webkit-box-shadow: 1px 1px 3px 2px #dfab4a;
  box-shadow:         1px 1px 3px 2px #dfab4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,171,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfab4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfab4a;
  -webkit-box-shadow: 1px 1px 3px 2px #dfab4a;
  box-shadow:         1px 1px 3px 2px #dfab4a;">
Div content here</div>

This div box has shadow with color #dfab4a


Comments

No comments written yet.

Please login to write comment.