Color Hex Logo

#dfa96a Color Hex

#DFA96A
(223,169,106)
1 Favorites   0 Comments

Color spaces of #dfa96a

RGB 223169106
HSL0.090.650.65
HSV32°52°87°
CMYK 0.000.240.52   0.13
XYZ47.220945.104519.8529
Yxy45.10450.42090.4021
Hunter Lab67.15997.975629.4854
CIE-Lab72.960612.555139.9704

#dfa96a color RGB value is (223,169,106).

#dfa96a hex color red value is 223, green value is 169 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dfa96a hue: 0.09 , saturation: 0.65 and the lightness value of dfa96a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 01101010
Octal 337 251 152
Decimal 223 169 106
Hex DF A9 6A

RGB Percentages of Color #dfa96a

%44.78
%33.94
%21.29

CMYK Percentages of Color #dfa96a

%0
%24
%52
%13

Triadic Colors of #dfa96a

#dfa96a #6adfa9 #a96adf

Analogous Colors of #dfa96a

#dfa96a #dbdf6a #df6f6a

Monochromatic Colors of #dfa96a

#dfa96a

Complementary Color

#dfa96a #6aa0df

#dfa96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa96a Color CSS Codes

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

#dfa96a Text Font Color

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

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


#dfa96a Background Color

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

This div background color is #dfa96a


#dfa96a Border Color

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

This div border color is #dfa96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa96a


Comments

No comments written yet.

Please login to write comment.