Color Hex Logo

#dcd962 Color Hex

#DCD962
(220,217,98)
0 Favorites   0 Comments

Color spaces of #dcd962

RGB 22021798
HSL0.160.640.62
HSV59°55°86°
CMYK 0.000.010.55   0.14
XYZ56.532765.723221.2615
Yxy65.72320.39390.4579
Hunter Lab81.0698-17.398241.1994
CIE-Lab84.8550-14.228657.8568

#dcd962 color RGB value is (220,217,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01100010
Octal 334 331 142
Decimal 220 217 98
Hex DC D9 62

RGB Percentages of Color #dcd962

%41.12
%40.56
%18.32

CMYK Percentages of Color #dcd962

%0
%1
%55
%14

Triadic Colors of #dcd962

#dcd962 #62dcd9 #d962dc

Analogous Colors of #dcd962

#dcd962 #a2dc62 #dc9c62

Monochromatic Colors of #dcd962

#dcd962

Complementary Color

#dcd962 #6265dc

#dcd962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd962 Color CSS Codes

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

#dcd962 Text Font Color

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

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


#dcd962 Background Color

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

This div background color is #dcd962


#dcd962 Border Color

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

This div border color is #dcd962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd962


Comments

No comments written yet.

Please login to write comment.