Color Hex Logo

#dccc4a Color Hex

#DCCC4A
(220,204,74)
0 Favorites   0 Comments

Color spaces of #dccc4a

RGB 22020474
HSL0.150.680.58
HSV53°66°86°
CMYK 0.000.070.66   0.14
XYZ52.344158.895815.0878
Yxy58.89580.41440.4662
Hunter Lab76.7436-12.552742.0641
CIE-Lab81.2343-9.274564.1505

#dccc4a color RGB value is (220,204,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 01001010
Octal 334 314 112
Decimal 220 204 74
Hex DC CC 4A

RGB Percentages of Color #dccc4a

%44.18
%40.96
%14.86

CMYK Percentages of Color #dccc4a

%0
%7
%66
%14

Triadic Colors of #dccc4a

#dccc4a #4adccc #cc4adc

Analogous Colors of #dccc4a

#dccc4a #a3dc4a #dc834a

Monochromatic Colors of #dccc4a

#dccc4a

Complementary Color

#dccc4a #4a5adc

#dccc4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc4a Color CSS Codes

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

#dccc4a Text Font Color

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

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


#dccc4a Background Color

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

This div background color is #dccc4a


#dccc4a Border Color

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

This div border color is #dccc4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc4a


Comments

No comments written yet.

Please login to write comment.