Color Hex Logo

#dcd862 Color Hex

#DCD862
(220,216,98)
0 Favorites   0 Comments

Color spaces of #dcd862

RGB 22021698
HSL0.160.640.62
HSV58°55°86°
CMYK 0.000.020.55   0.14
XYZ56.275765.209221.1759
Yxy65.20920.39450.4571
Hunter Lab80.7522-16.920940.9788
CIE-Lab84.5914-13.730557.5583

#dcd862 color RGB value is (220,216,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01100010
Octal 334 330 142
Decimal 220 216 98
Hex DC D8 62

RGB Percentages of Color #dcd862

%41.20
%40.45
%18.35

CMYK Percentages of Color #dcd862

%0
%2
%55
%14

Triadic Colors of #dcd862

#dcd862 #62dcd8 #d862dc

Analogous Colors of #dcd862

#dcd862 #a3dc62 #dc9b62

Monochromatic Colors of #dcd862

#dcd862

Complementary Color

#dcd862 #6266dc

#dcd862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd862 Color CSS Codes

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

#dcd862 Text Font Color

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

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


#dcd862 Background Color

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

This div background color is #dcd862


#dcd862 Border Color

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

This div border color is #dcd862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd862


Comments

No comments written yet.

Please login to write comment.