Color Hex Logo

#dccc55 Color Hex

#DCCC55
(220,204,85)
0 Favorites   0 Comments

Color spaces of #dccc55

RGB 22020485
HSL0.150.660.60
HSV53°61°86°
CMYK 0.000.070.61   0.14
XYZ52.747859.057317.2134
Yxy59.05730.40880.4577
Hunter Lab76.8487-11.965640.5137
CIE-Lab81.3231-8.606359.6553

#dccc55 color RGB value is (220,204,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 01010101
Octal 334 314 125
Decimal 220 204 85
Hex DC CC 55

RGB Percentages of Color #dccc55

%43.22
%40.08
%16.70

CMYK Percentages of Color #dccc55

%0
%7
%61
%14

Triadic Colors of #dccc55

#dccc55 #55dccc #cc55dc

Analogous Colors of #dccc55

#dccc55 #a9dc55 #dc8955

Monochromatic Colors of #dccc55

#dccc55

Complementary Color

#dccc55 #5565dc

#dccc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc55 Color CSS Codes

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

#dccc55 Text Font Color

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

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


#dccc55 Background Color

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

This div background color is #dccc55


#dccc55 Border Color

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

This div border color is #dccc55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc55


Comments

No comments written yet.

Please login to write comment.