Color Hex Logo

#dccc5c Color Hex

#DCCC5C
(220,204,92)
0 Favorites   0 Comments

Color spaces of #dccc5c

RGB 22020492
HSL0.150.650.61
HSV53°58°86°
CMYK 0.000.070.58   0.14
XYZ53.039859.174118.7515
Yxy59.17410.40500.4518
Hunter Lab76.9247-11.542039.3945
CIE-Lab81.3872-8.125856.6363

#dccc5c color RGB value is (220,204,92).

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

The process color (four color CMYK) of #dccc5c color hex is 0.00, 0.07, 0.58, 0.14. Web safe color of #dccc5c is #cccc66. Color #dccc5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 01011100
Octal 334 314 134
Decimal 220 204 92
Hex DC CC 5C

RGB Percentages of Color #dccc5c

%42.64
%39.53
%17.83

CMYK Percentages of Color #dccc5c

%0
%7
%58
%14

Triadic Colors of #dccc5c

#dccc5c #5cdccc #cc5cdc

Analogous Colors of #dccc5c

#dccc5c #acdc5c #dc8c5c

Monochromatic Colors of #dccc5c

#dccc5c

Complementary Color

#dccc5c #5c6cdc

#dccc5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc5c Color CSS Codes

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

#dccc5c Text Font Color

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

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


#dccc5c Background Color

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

This div background color is #dccc5c


#dccc5c Border Color

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

This div border color is #dccc5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc5c


Comments

No comments written yet.

Please login to write comment.