Color Hex Logo

#dccc4c Color Hex

#DCCC4C
(220,204,76)
0 Favorites   0 Comments

Color spaces of #dccc4c

RGB 22020476
HSL0.150.670.58
HSV53°65°86°
CMYK 0.000.070.65   0.14
XYZ52.412658.923215.4483
Yxy58.92320.41340.4648
Hunter Lab76.7614-12.453041.8009
CIE-Lab81.2494-9.160763.3587

#dccc4c color RGB value is (220,204,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 01001100
Octal 334 314 114
Decimal 220 204 76
Hex DC CC 4C

RGB Percentages of Color #dccc4c

%44.00
%40.80
%15.20

CMYK Percentages of Color #dccc4c

%0
%7
%65
%14

Triadic Colors of #dccc4c

#dccc4c #4cdccc #cc4cdc

Analogous Colors of #dccc4c

#dccc4c #a4dc4c #dc844c

Monochromatic Colors of #dccc4c

#dccc4c

Complementary Color

#dccc4c #4c5cdc

#dccc4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc4c Color CSS Codes

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

#dccc4c Text Font Color

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

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


#dccc4c Background Color

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

This div background color is #dccc4c


#dccc4c Border Color

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

This div border color is #dccc4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc4c


Comments

No comments written yet.

Please login to write comment.