Color Hex Logo

#dca66f Color Hex

#DCA66F
(220,166,111)
0 Favorites   0 Comments

Color spaces of #dca66f

RGB 220166111
HSL0.080.610.65
HSV30°50°86°
CMYK 0.000.250.50   0.14
XYZ46.020743.635821.0359
Yxy43.63580.41580.3942
Hunter Lab66.05748.756527.3593
CIE-Lab71.984413.379236.0779

#dca66f color RGB value is (220,166,111).

#dca66f hex color red value is 220, green value is 166 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dca66f hue: 0.08 , saturation: 0.61 and the lightness value of dca66f is 0.65.

The process color (four color CMYK) of #dca66f color hex is 0.00, 0.25, 0.50, 0.14. Web safe color of #dca66f is #cc9966. Color #dca66f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 01101111
Octal 334 246 157
Decimal 220 166 111
Hex DC A6 6F

RGB Percentages of Color #dca66f

%44.27
%33.40
%22.33

CMYK Percentages of Color #dca66f

%0
%25
%50
%14

Triadic Colors of #dca66f

#dca66f #6fdca6 #a66fdc

Analogous Colors of #dca66f

#dca66f #dcdc6f #dc706f

Monochromatic Colors of #dca66f

#dca66f

Complementary Color

#dca66f #6fa5dc

#dca66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca66f Color CSS Codes

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

#dca66f Text Font Color

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

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


#dca66f Background Color

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

This div background color is #dca66f


#dca66f Border Color

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

This div border color is #dca66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca66f


Comments

No comments written yet.

Please login to write comment.