Color Hex Logo

#dca954 Color Hex

#DCA954
(220,169,84)
0 Favorites   0 Comments

Color spaces of #dca954

RGB 22016984
HSL0.100.660.60
HSV38°62°86°
CMYK 0.000.230.62   0.14
XYZ45.303444.231714.5373
Yxy44.23170.43530.4250
Hunter Lab66.50695.204133.5950
CIE-Lab72.38319.610150.1642

#dca954 color RGB value is (220,169,84).

#dca954 hex color red value is 220, green value is 169 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #dca954 hue: 0.10 , saturation: 0.66 and the lightness value of dca954 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 01010100
Octal 334 251 124
Decimal 220 169 84
Hex DC A9 54

RGB Percentages of Color #dca954

%46.51
%35.73
%17.76

CMYK Percentages of Color #dca954

%0
%23
%62
%14

Triadic Colors of #dca954

#dca954 #54dca9 #a954dc

Analogous Colors of #dca954

#dca954 #cbdc54 #dc6554

Monochromatic Colors of #dca954

#dca954

Complementary Color

#dca954 #5487dc

#dca954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca954 Color CSS Codes

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

#dca954 Text Font Color

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

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


#dca954 Background Color

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

This div background color is #dca954


#dca954 Border Color

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

This div border color is #dca954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca954


Comments

No comments written yet.

Please login to write comment.