Color Hex Logo

#dcd951 Color Hex

#DCD951
(220,217,81)
0 Favorites   0 Comments

Color spaces of #dcd951

RGB 22021781
HSL0.160.670.59
HSV59°63°86°
CMYK 0.000.010.63   0.14
XYZ55.813365.435417.4732
Yxy65.43540.40230.4717
Hunter Lab80.8922-18.401343.8175
CIE-Lab84.7076-15.384364.9493

#dcd951 color RGB value is (220,217,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01010001
Octal 334 331 121
Decimal 220 217 81
Hex DC D9 51

RGB Percentages of Color #dcd951

%42.47
%41.89
%15.64

CMYK Percentages of Color #dcd951

%0
%1
%63
%14

Triadic Colors of #dcd951

#dcd951 #51dcd9 #d951dc

Analogous Colors of #dcd951

#dcd951 #9adc51 #dc9451

Monochromatic Colors of #dcd951

#dcd951

Complementary Color

#dcd951 #5154dc

#dcd951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd951 Color CSS Codes

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

#dcd951 Text Font Color

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

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


#dcd951 Background Color

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

This div background color is #dcd951


#dcd951 Border Color

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

This div border color is #dcd951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd951


Comments

No comments written yet.

Please login to write comment.