Color Hex Logo

#dccd4a Color Hex

#DCCD4A
(220,205,74)
0 Favorites   0 Comments

Color spaces of #dccd4a

RGB 22020574
HSL0.150.680.58
HSV54°66°86°
CMYK 0.000.070.66   0.14
XYZ52.582659.372715.1672
Yxy59.37270.41360.4671
Hunter Lab77.0537-13.032842.2670
CIE-Lab81.4960-9.781164.4206

#dccd4a color RGB value is (220,205,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 01001010
Octal 334 315 112
Decimal 220 205 74
Hex DC CD 4A

RGB Percentages of Color #dccd4a

%44.09
%41.08
%14.83

CMYK Percentages of Color #dccd4a

%0
%7
%66
%14

Triadic Colors of #dccd4a

#dccd4a #4adccd #cd4adc

Analogous Colors of #dccd4a

#dccd4a #a2dc4a #dc844a

Monochromatic Colors of #dccd4a

#dccd4a

Complementary Color

#dccd4a #4a59dc

#dccd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd4a Color CSS Codes

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

#dccd4a Text Font Color

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

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


#dccd4a Background Color

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

This div background color is #dccd4a


#dccd4a Border Color

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

This div border color is #dccd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd4a


Comments

No comments written yet.

Please login to write comment.