Color Hex Logo

#dfa666 Color Hex

#DFA666
(223,166,102)
0 Favorites   0 Comments

Color spaces of #dfa666

RGB 223166102
HSL0.090.650.64
HSV32°54°87°
CMYK 0.000.260.54   0.13
XYZ46.465943.919718.5987
Yxy43.91970.42640.4030
Hunter Lab66.27199.177629.7511
CIE-Lab72.174813.820541.0559

#dfa666 color RGB value is (223,166,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 01100110
Octal 337 246 146
Decimal 223 166 102
Hex DF A6 66

RGB Percentages of Color #dfa666

%45.42
%33.81
%20.77

CMYK Percentages of Color #dfa666

%0
%26
%54
%13

Triadic Colors of #dfa666

#dfa666 #66dfa6 #a666df

Analogous Colors of #dfa666

#dfa666 #dcdf66 #df6a66

Monochromatic Colors of #dfa666

#dfa666

Complementary Color

#dfa666 #669fdf

#dfa666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa666 Color CSS Codes

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

#dfa666 Text Font Color

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

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


#dfa666 Background Color

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

This div background color is #dfa666


#dfa666 Border Color

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

This div border color is #dfa666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa666


Comments

No comments written yet.

Please login to write comment.