Color Hex Logo

#dca96f Color Hex

#DCA96F
(220,169,111)
0 Favorites   0 Comments

Color spaces of #dca96f

RGB 220169111
HSL0.090.610.65
HSV32°50°86°
CMYK 0.000.230.50   0.14
XYZ46.572444.739321.2198
Yxy44.73930.41390.3976
Hunter Lab66.88747.233028.0117
CIE-Lab72.719911.771637.0101

#dca96f color RGB value is (220,169,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 01101111
Octal 334 251 157
Decimal 220 169 111
Hex DC A9 6F

RGB Percentages of Color #dca96f

%44.00
%33.80
%22.20

CMYK Percentages of Color #dca96f

%0
%23
%50
%14

Triadic Colors of #dca96f

#dca96f #6fdca9 #a96fdc

Analogous Colors of #dca96f

#dca96f #d9dc6f #dc736f

Monochromatic Colors of #dca96f

#dca96f

Complementary Color

#dca96f #6fa2dc

#dca96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca96f Color CSS Codes

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

#dca96f Text Font Color

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

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


#dca96f Background Color

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

This div background color is #dca96f


#dca96f Border Color

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

This div border color is #dca96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca96f


Comments

No comments written yet.

Please login to write comment.