Color Hex Logo

#dcad62 Color Hex

#DCAD62
(220,173,98)
0 Favorites   0 Comments

Color spaces of #dcad62

RGB 22017398
HSL0.100.640.62
HSV37°55°86°
CMYK 0.000.210.55   0.14
XYZ46.663445.984617.9718
Yxy45.98460.42180.4157
Hunter Lab67.81194.160231.7551
CIE-Lab73.53558.512544.6631

#dcad62 color RGB value is (220,173,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01100010
Octal 334 255 142
Decimal 220 173 98
Hex DC AD 62

RGB Percentages of Color #dcad62

%44.81
%35.23
%19.96

CMYK Percentages of Color #dcad62

%0
%21
%55
%14

Triadic Colors of #dcad62

#dcad62 #62dcad #ad62dc

Analogous Colors of #dcad62

#dcad62 #cedc62 #dc7062

Monochromatic Colors of #dcad62

#dcad62

Complementary Color

#dcad62 #6291dc

#dcad62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad62 Color CSS Codes

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

#dcad62 Text Font Color

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

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


#dcad62 Background Color

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

This div background color is #dcad62


#dcad62 Border Color

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

This div border color is #dcad62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad62


Comments

No comments written yet.

Please login to write comment.