Color Hex Logo

#dcad51 Color Hex

#DCAD51
(220,173,81)
0 Favorites   0 Comments

Color spaces of #dcad51

RGB 22017381
HSL0.110.670.59
HSV40°63°86°
CMYK 0.000.210.63   0.14
XYZ45.944045.696914.1834
Yxy45.69690.43420.4318
Hunter Lab67.59953.018534.8797
CIE-Lab73.34847.281552.6649

#dcad51 color RGB value is (220,173,81).

#dcad51 hex color red value is 220, green value is 173 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #dcad51 hue: 0.11 , saturation: 0.67 and the lightness value of dcad51 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 01010001
Octal 334 255 121
Decimal 220 173 81
Hex DC AD 51

RGB Percentages of Color #dcad51

%46.41
%36.50
%17.09

CMYK Percentages of Color #dcad51

%0
%21
%63
%14

Triadic Colors of #dcad51

#dcad51 #51dcad #ad51dc

Analogous Colors of #dcad51

#dcad51 #c6dc51 #dc6851

Monochromatic Colors of #dcad51

#dcad51

Complementary Color

#dcad51 #5180dc

#dcad51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad51 Color CSS Codes

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

#dcad51 Text Font Color

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

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


#dcad51 Background Color

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

This div background color is #dcad51


#dcad51 Border Color

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

This div border color is #dcad51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad51


Comments

No comments written yet.

Please login to write comment.