Color Hex Logo

#dcae3a Color Hex

#DCAE3A
(220,174,58)
0 Favorites   0 Comments

Color spaces of #dcae3a

RGB 22017458
HSL0.120.700.55
HSV43°74°86°
CMYK 0.000.210.74   0.14
XYZ45.415045.793210.4483
Yxy45.79320.44670.4505
Hunter Lab67.67071.370938.2151
CIE-Lab73.41115.499362.5931

#dcae3a color RGB value is (220,174,58).

#dcae3a hex color red value is 220, green value is 174 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dcae3a hue: 0.12 , saturation: 0.70 and the lightness value of dcae3a is 0.55.

The process color (four color CMYK) of #dcae3a color hex is 0.00, 0.21, 0.74, 0.14. Web safe color of #dcae3a is #cc9933. Color #dcae3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 00111010
Octal 334 256 72
Decimal 220 174 58
Hex DC AE 3A

RGB Percentages of Color #dcae3a

%48.67
%38.50
%12.83

CMYK Percentages of Color #dcae3a

%0
%21
%74
%14

Triadic Colors of #dcae3a

#dcae3a #3adcae #ae3adc

Analogous Colors of #dcae3a

#dcae3a #b9dc3a #dc5d3a

Monochromatic Colors of #dcae3a

#dcae3a

Complementary Color

#dcae3a #3a68dc

#dcae3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae3a Color CSS Codes

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

#dcae3a Text Font Color

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

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


#dcae3a Background Color

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

This div background color is #dcae3a


#dcae3a Border Color

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

This div border color is #dcae3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae3a


Comments

No comments written yet.

Please login to write comment.