Color Hex Logo

#dccb9e Color Hex

#DCCB9E
(220,203,158)
0 Favorites   0 Comments

Color spaces of #dccb9e

RGB 220203158
HSL0.120.470.74
HSV44°28°86°
CMYK 0.000.080.28   0.14
XYZ57.042760.396140.9989
Yxy60.39610.36000.3812
Hunter Lab77.7149-4.982323.1217
CIE-Lab82.0530-0.890224.6347

#dccb9e color RGB value is (220,203,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 10011110
Octal 334 313 236
Decimal 220 203 158
Hex DC CB 9E

RGB Percentages of Color #dccb9e

%37.87
%34.94
%27.19

CMYK Percentages of Color #dccb9e

%0
%8
%28
%14

Triadic Colors of #dccb9e

#dccb9e #9edccb #cb9edc

Analogous Colors of #dccb9e

#dccb9e #cedc9e #dcac9e

Monochromatic Colors of #dccb9e

#dccb9e

Complementary Color

#dccb9e #9eafdc

#dccb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb9e Color CSS Codes

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

#dccb9e Text Font Color

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

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


#dccb9e Background Color

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

This div background color is #dccb9e


#dccb9e Border Color

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

This div border color is #dccb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb9e


Comments

No comments written yet.

Please login to write comment.