Color Hex Logo

#dccd62 Color Hex

#DCCD62
(220,205,98)
0 Favorites   0 Comments

Color spaces of #dccd62

RGB 22020598
HSL0.150.640.62
HSV53°55°86°
CMYK 0.000.070.55   0.14
XYZ53.551159.760120.2677
Yxy59.76010.40090.4474
Hunter Lab77.3047-11.631238.5686
CIE-Lab81.7076-8.188454.2670

#dccd62 color RGB value is (220,205,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 01100010
Octal 334 315 142
Decimal 220 205 98
Hex DC CD 62

RGB Percentages of Color #dccd62

%42.07
%39.20
%18.74

CMYK Percentages of Color #dccd62

%0
%7
%55
%14

Triadic Colors of #dccd62

#dccd62 #62dccd #cd62dc

Analogous Colors of #dccd62

#dccd62 #aedc62 #dc9062

Monochromatic Colors of #dccd62

#dccd62

Complementary Color

#dccd62 #6271dc

#dccd62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd62 Color CSS Codes

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

#dccd62 Text Font Color

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

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


#dccd62 Background Color

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

This div background color is #dccd62


#dccd62 Border Color

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

This div border color is #dccd62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd62


Comments

No comments written yet.

Please login to write comment.