Color Hex Logo

#dcca4a Color Hex

#DCCA4A
(220,202,74)
0 Favorites   0 Comments

Color spaces of #dcca4a

RGB 22020274
HSL0.150.680.58
HSV53°66°86°
CMYK 0.000.080.66   0.14
XYZ51.871857.951114.9303
Yxy57.95110.41580.4645
Hunter Lab76.1256-11.590441.6596
CIE-Lab80.7116-8.257963.6107

#dcca4a color RGB value is (220,202,74).

#dcca4a hex color red value is 220, green value is 202 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dcca4a hue: 0.15 , saturation: 0.68 and the lightness value of dcca4a is 0.58.

The process color (four color CMYK) of #dcca4a color hex is 0.00, 0.08, 0.66, 0.14. Web safe color of #dcca4a is #cccc33. Color #dcca4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 01001010
Octal 334 312 112
Decimal 220 202 74
Hex DC CA 4A

RGB Percentages of Color #dcca4a

%44.35
%40.73
%14.92

CMYK Percentages of Color #dcca4a

%0
%8
%66
%14

Triadic Colors of #dcca4a

#dcca4a #4adcca #ca4adc

Analogous Colors of #dcca4a

#dcca4a #a5dc4a #dc814a

Monochromatic Colors of #dcca4a

#dcca4a

Complementary Color

#dcca4a #4a5cdc

#dcca4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca4a Color CSS Codes

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

#dcca4a Text Font Color

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

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


#dcca4a Background Color

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

This div background color is #dcca4a


#dcca4a Border Color

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

This div border color is #dcca4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca4a


Comments

No comments written yet.

Please login to write comment.