Color Hex Logo

#dfa66a Color Hex

#DFA66A
(223,166,106)
0 Favorites   0 Comments

Color spaces of #dfa66a

RGB 223166106
HSL0.090.650.65
HSV31°52°87°
CMYK 0.000.260.52   0.13
XYZ46.669244.001019.6690
Yxy44.00100.42300.3988
Hunter Lab66.33329.501728.8527
CIE-Lab72.229214.159839.0605

#dfa66a color RGB value is (223,166,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 01101010
Octal 337 246 152
Decimal 223 166 106
Hex DF A6 6A

RGB Percentages of Color #dfa66a

%45.05
%33.54
%21.41

CMYK Percentages of Color #dfa66a

%0
%26
%52
%13

Triadic Colors of #dfa66a

#dfa66a #6adfa6 #a66adf

Analogous Colors of #dfa66a

#dfa66a #dedf6a #df6c6a

Monochromatic Colors of #dfa66a

#dfa66a

Complementary Color

#dfa66a #6aa3df

#dfa66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa66a Color CSS Codes

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

#dfa66a Text Font Color

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

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


#dfa66a Background Color

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

This div background color is #dfa66a


#dfa66a Border Color

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

This div border color is #dfa66a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,166,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 #dfa66a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa66a


Comments

No comments written yet.

Please login to write comment.