Color Hex Logo

#dca254 Color Hex

#DCA254
(220,162,84)
0 Favorites   0 Comments

Color spaces of #dca254

RGB 22016284
HSL0.100.660.60
HSV34°62°86°
CMYK 0.000.260.62   0.14
XYZ44.035841.696414.1148
Yxy41.69640.44100.4176
Hunter Lab64.57278.726932.2409
CIE-Lab70.661113.355248.1952

#dca254 color RGB value is (220,162,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01010100
Octal 334 242 124
Decimal 220 162 84
Hex DC A2 54

RGB Percentages of Color #dca254

%47.21
%34.76
%18.03

CMYK Percentages of Color #dca254

%0
%26
%62
%14

Triadic Colors of #dca254

#dca254 #54dca2 #a254dc

Analogous Colors of #dca254

#dca254 #d2dc54 #dc5e54

Monochromatic Colors of #dca254

#dca254

Complementary Color

#dca254 #548edc

#dca254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca254 Color CSS Codes

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

#dca254 Text Font Color

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

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


#dca254 Background Color

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

This div background color is #dca254


#dca254 Border Color

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

This div border color is #dca254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca254


Comments

No comments written yet.

Please login to write comment.