Color Hex Logo

#dcae2e Color Hex

#DCAE2E
(220,174,46)
0 Favorites   0 Comments

Color spaces of #dcae2e

RGB 22017446
HSL0.120.710.52
HSV44°79°86°
CMYK 0.000.210.79   0.14
XYZ45.144445.68509.0235
Yxy45.68500.45210.4575
Hunter Lab67.59070.938039.3981
CIE-Lab73.34075.025266.8386

#dcae2e color RGB value is (220,174,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 00101110
Octal 334 256 56
Decimal 220 174 46
Hex DC AE 2E

RGB Percentages of Color #dcae2e

%50.00
%39.55
%10.45

CMYK Percentages of Color #dcae2e

%0
%21
%79
%14

Triadic Colors of #dcae2e

#dcae2e #2edcae #ae2edc

Analogous Colors of #dcae2e

#dcae2e #b3dc2e #dc572e

Monochromatic Colors of #dcae2e

#dcae2e

Complementary Color

#dcae2e #2e5cdc

#dcae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcae2e Color CSS Codes

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

#dcae2e Text Font Color

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

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


#dcae2e Background Color

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

This div background color is #dcae2e


#dcae2e Border Color

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

This div border color is #dcae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcae2e


Comments

No comments written yet.

Please login to write comment.