Color Hex Logo

#dcd955 Color Hex

#DCD955
(220,217,85)
0 Favorites   0 Comments

Color spaces of #dcd955

RGB 22021785
HSL0.160.660.60
HSV59°61°86°
CMYK 0.000.010.61   0.14
XYZ55.967765.497218.2867
Yxy65.49720.40050.4687
Hunter Lab80.9303-18.185743.2543
CIE-Lab84.7393-15.135263.3428

#dcd955 color RGB value is (220,217,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 01010101
Octal 334 331 125
Decimal 220 217 85
Hex DC D9 55

RGB Percentages of Color #dcd955

%42.15
%41.57
%16.28

CMYK Percentages of Color #dcd955

%0
%1
%61
%14

Triadic Colors of #dcd955

#dcd955 #55dcd9 #d955dc

Analogous Colors of #dcd955

#dcd955 #9cdc55 #dc9655

Monochromatic Colors of #dcd955

#dcd955

Complementary Color

#dcd955 #5558dc

#dcd955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd955 Color CSS Codes

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

#dcd955 Text Font Color

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

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


#dcd955 Background Color

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

This div background color is #dcd955


#dcd955 Border Color

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

This div border color is #dcd955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd955


Comments

No comments written yet.

Please login to write comment.