Color Hex Logo

#dfaa4e Color Hex

#DFAA4E
(223,170,78)
0 Favorites   0 Comments

Color spaces of #dfaa4e

RGB 22317078
HSL0.110.690.59
HSV38°65°87°
CMYK 0.000.240.65   0.13
XYZ46.181344.987513.4572
Yxy44.98750.44140.4300
Hunter Lab67.07275.524635.0552
CIE-Lab72.88379.959253.6243

#dfaa4e color RGB value is (223,170,78).

#dfaa4e hex color red value is 223, green value is 170 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dfaa4e hue: 0.11 , saturation: 0.69 and the lightness value of dfaa4e is 0.59.

The process color (four color CMYK) of #dfaa4e color hex is 0.00, 0.24, 0.65, 0.13. Web safe color of #dfaa4e is #cc9966. Color #dfaa4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01001110
Octal 337 252 116
Decimal 223 170 78
Hex DF AA 4E

RGB Percentages of Color #dfaa4e

%47.35
%36.09
%16.56

CMYK Percentages of Color #dfaa4e

%0
%24
%65
%13

Triadic Colors of #dfaa4e

#dfaa4e #4edfaa #aa4edf

Analogous Colors of #dfaa4e

#dfaa4e #ccdf4e #df624e

Monochromatic Colors of #dfaa4e

#dfaa4e

Complementary Color

#dfaa4e #4e83df

#dfaa4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa4e Color CSS Codes

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

#dfaa4e Text Font Color

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

This sample text font color is #dfaa4e
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.


#dfaa4e Background Color

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

This div background color is #dfaa4e


#dfaa4e Border Color

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

This div border color is #dfaa4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa4e


Comments

No comments written yet.

Please login to write comment.