Color Hex Logo

#dccb9c Color Hex

#DCCB9C
(220,203,156)
0 Favorites   0 Comments

Color spaces of #dccb9c

RGB 220203156
HSL0.120.480.74
HSV44°29°86°
CMYK 0.000.080.29   0.14
XYZ56.871960.327840.0995
Yxy60.32780.36160.3835
Hunter Lab77.6710-5.223723.7598
CIE-Lab82.0160-1.152225.6348

#dccb9c color RGB value is (220,203,156).

#dccb9c hex color red value is 220, green value is 203 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dccb9c hue: 0.12 , saturation: 0.48 and the lightness value of dccb9c is 0.74.

The process color (four color CMYK) of #dccb9c color hex is 0.00, 0.08, 0.29, 0.14. Web safe color of #dccb9c is #cccc99. Color #dccb9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10011100
Octal 334 313 234
Decimal 220 203 156
Hex DC CB 9C

RGB Percentages of Color #dccb9c

%38.00
%35.06
%26.94

CMYK Percentages of Color #dccb9c

%0
%8
%29
%14

Triadic Colors of #dccb9c

#dccb9c #9cdccb #cb9cdc

Analogous Colors of #dccb9c

#dccb9c #cddc9c #dcab9c

Monochromatic Colors of #dccb9c

#dccb9c

Complementary Color

#dccb9c #9caddc

#dccb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb9c Color CSS Codes

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

#dccb9c Text Font Color

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

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


#dccb9c Background Color

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

This div background color is #dccb9c


#dccb9c Border Color

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

This div border color is #dccb9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb9c


Comments

No comments written yet.

Please login to write comment.