Color Hex Logo

#dcad6f Color Hex

#DCAD6F
(220,173,111)
0 Favorites   0 Comments

Color spaces of #dcad6f

RGB 220173111
HSL0.090.610.65
HSV34°50°86°
CMYK 0.000.210.50   0.14
XYZ47.328046.250521.4717
Yxy46.25050.41140.4020
Hunter Lab68.00775.208428.8861
CIE-Lab73.70789.633838.2563

#dcad6f color RGB value is (220,173,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01101111
Octal 334 255 157
Decimal 220 173 111
Hex DC AD 6F

RGB Percentages of Color #dcad6f

%43.65
%34.33
%22.02

CMYK Percentages of Color #dcad6f

%0
%21
%50
%14

Triadic Colors of #dcad6f

#dcad6f #6fdcad #ad6fdc

Analogous Colors of #dcad6f

#dcad6f #d5dc6f #dc776f

Monochromatic Colors of #dcad6f

#dcad6f

Complementary Color

#dcad6f #6f9edc

#dcad6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad6f Color CSS Codes

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

#dcad6f Text Font Color

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

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


#dcad6f Background Color

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

This div background color is #dcad6f


#dcad6f Border Color

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

This div border color is #dcad6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad6f


Comments

No comments written yet.

Please login to write comment.