Color Hex Logo

#dccb9f Color Hex

#DCCB9F
(220,203,159)
0 Favorites   0 Comments

Color spaces of #dccb9f

RGB 220203159
HSL0.120.470.74
HSV43°28°86°
CMYK 0.000.080.28   0.14
XYZ57.129160.430741.4542
Yxy60.43070.35930.3800
Hunter Lab77.7372-4.860322.7990
CIE-Lab82.0717-0.758124.1343

#dccb9f color RGB value is (220,203,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10011111
Octal 334 313 237
Decimal 220 203 159
Hex DC CB 9F

RGB Percentages of Color #dccb9f

%37.80
%34.88
%27.32

CMYK Percentages of Color #dccb9f

%0
%8
%28
%14

Triadic Colors of #dccb9f

#dccb9f #9fdccb #cb9fdc

Analogous Colors of #dccb9f

#dccb9f #cfdc9f #dcad9f

Monochromatic Colors of #dccb9f

#dccb9f

Complementary Color

#dccb9f #9fb0dc

#dccb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb9f Color CSS Codes

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

#dccb9f Text Font Color

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

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


#dccb9f Background Color

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

This div background color is #dccb9f


#dccb9f Border Color

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

This div border color is #dccb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb9f


Comments

No comments written yet.

Please login to write comment.