Color Hex Logo

#dccc90 Color Hex

#DCCC90
(220,204,144)
0 Favorites   0 Comments

Color spaces of #dccc90

RGB 220204144
HSL0.130.520.71
HSV47°35°86°
CMYK 0.000.070.35   0.14
XYZ56.142160.415035.0878
Yxy60.41500.37020.3984
Hunter Lab77.7271-7.092327.6441
CIE-Lab82.0632-3.165731.9563

#dccc90 color RGB value is (220,204,144).

#dccc90 hex color red value is 220, green value is 204 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dccc90 hue: 0.13 , saturation: 0.52 and the lightness value of dccc90 is 0.71.

The process color (four color CMYK) of #dccc90 color hex is 0.00, 0.07, 0.35, 0.14. Web safe color of #dccc90 is #cccc99. Color #dccc90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10010000
Octal 334 314 220
Decimal 220 204 144
Hex DC CC 90

RGB Percentages of Color #dccc90

%38.73
%35.92
%25.35

CMYK Percentages of Color #dccc90

%0
%7
%35
%14

Triadic Colors of #dccc90

#dccc90 #90dccc #cc90dc

Analogous Colors of #dccc90

#dccc90 #c6dc90 #dca690

Monochromatic Colors of #dccc90

#dccc90

Complementary Color

#dccc90 #90a0dc

#dccc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccc90 Color CSS Codes

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

#dccc90 Text Font Color

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

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


#dccc90 Background Color

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

This div background color is #dccc90


#dccc90 Border Color

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

This div border color is #dccc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccc90


Comments

No comments written yet.

Please login to write comment.