Color Hex Logo

#dca24e Color Hex

#DCA24E
(220,162,78)
0 Favorites   0 Comments

Color spaces of #dca24e

RGB 22016278
HSL0.100.670.58
HSV35°65°86°
CMYK 0.000.260.65   0.14
XYZ43.810741.606412.9295
Yxy41.60640.44550.4231
Hunter Lab64.50308.357633.2676
CIE-Lab70.598712.963851.0042

#dca24e color RGB value is (220,162,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 01001110
Octal 334 242 116
Decimal 220 162 78
Hex DC A2 4E

RGB Percentages of Color #dca24e

%47.83
%35.22
%16.96

CMYK Percentages of Color #dca24e

%0
%26
%65
%14

Triadic Colors of #dca24e

#dca24e #4edca2 #a24edc

Analogous Colors of #dca24e

#dca24e #cfdc4e #dc5b4e

Monochromatic Colors of #dca24e

#dca24e

Complementary Color

#dca24e #4e88dc

#dca24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca24e Color CSS Codes

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

#dca24e Text Font Color

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

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


#dca24e Background Color

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

This div background color is #dca24e


#dca24e Border Color

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

This div border color is #dca24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca24e


Comments

No comments written yet.

Please login to write comment.