Color Hex Logo

#dccc62 Color Hex

#DCCC62
(220,204,98)
0 Favorites   0 Comments

Color spaces of #dccc62

RGB 22020498
HSL0.140.640.62
HSV52°55°86°
CMYK 0.000.070.55   0.14
XYZ53.312759.283220.1882
Yxy59.28320.40150.4465
Hunter Lab76.9956-11.146738.3511
CIE-Lab81.4470-7.678953.9672

#dccc62 color RGB value is (220,204,98).

#dccc62 hex color red value is 220, green value is 204 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dccc62 hue: 0.14 , saturation: 0.64 and the lightness value of dccc62 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 01100010
Octal 334 314 142
Decimal 220 204 98
Hex DC CC 62

RGB Percentages of Color #dccc62

%42.15
%39.08
%18.77

CMYK Percentages of Color #dccc62

%0
%7
%55
%14

Triadic Colors of #dccc62

#dccc62 #62dccc #cc62dc

Analogous Colors of #dccc62

#dccc62 #afdc62 #dc8f62

Monochromatic Colors of #dccc62

#dccc62

Complementary Color

#dccc62 #6272dc

#dccc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc62 Color CSS Codes

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

#dccc62 Text Font Color

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

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


#dccc62 Background Color

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

This div background color is #dccc62


#dccc62 Border Color

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

This div border color is #dccc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc62


Comments

No comments written yet.

Please login to write comment.