Color Hex Logo

#dcad66 Color Hex

#DCAD66
(220,173,102)
0 Favorites   0 Comments

Color spaces of #dcad66

RGB 220173102
HSL0.100.630.63
HSV36°54°86°
CMYK 0.000.210.54   0.14
XYZ46.857046.062118.9916
Yxy46.06210.41870.4116
Hunter Lab67.86914.466130.9174
CIE-Lab73.58588.840642.7127

#dcad66 color RGB value is (220,173,102).

#dcad66 hex color red value is 220, green value is 173 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dcad66 hue: 0.10 , saturation: 0.63 and the lightness value of dcad66 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01100110
Octal 334 255 146
Decimal 220 173 102
Hex DC AD 66

RGB Percentages of Color #dcad66

%44.44
%34.95
%20.61

CMYK Percentages of Color #dcad66

%0
%21
%54
%14

Triadic Colors of #dcad66

#dcad66 #66dcad #ad66dc

Analogous Colors of #dcad66

#dcad66 #d0dc66 #dc7266

Monochromatic Colors of #dcad66

#dcad66

Complementary Color

#dcad66 #6695dc

#dcad66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad66 Color CSS Codes

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

#dcad66 Text Font Color

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

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


#dcad66 Background Color

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

This div background color is #dcad66


#dcad66 Border Color

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

This div border color is #dcad66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad66


Comments

No comments written yet.

Please login to write comment.