Color Hex Logo

#dca951 Color Hex

#DCA951
(220,169,81)
0 Favorites   0 Comments

Color spaces of #dca951

RGB 22016981
HSL0.110.670.59
HSV38°63°86°
CMYK 0.000.230.63   0.14
XYZ45.188444.185713.9316
Yxy44.18570.43740.4277
Hunter Lab66.47235.019134.1043
CIE-Lab72.35249.411551.5512

#dca951 color RGB value is (220,169,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 01010001
Octal 334 251 121
Decimal 220 169 81
Hex DC A9 51

RGB Percentages of Color #dca951

%46.81
%35.96
%17.23

CMYK Percentages of Color #dca951

%0
%23
%63
%14

Triadic Colors of #dca951

#dca951 #51dca9 #a951dc

Analogous Colors of #dca951

#dca951 #cadc51 #dc6451

Monochromatic Colors of #dca951

#dca951

Complementary Color

#dca951 #5184dc

#dca951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca951 Color CSS Codes

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

#dca951 Text Font Color

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

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


#dca951 Background Color

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

This div background color is #dca951


#dca951 Border Color

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

This div border color is #dca951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca951


Comments

No comments written yet.

Please login to write comment.