Color Hex Logo

#dcbd9e Color Hex

#DCBD9E
(220,189,158)
0 Favorites   0 Comments

Color spaces of #dcbd9e

RGB 220189158
HSL0.080.470.74
HSV30°28°86°
CMYK 0.000.140.28   0.14
XYZ53.884454.079539.9461
Yxy54.07950.36430.3656
Hunter Lab73.53882.100319.2709
CIE-Lab78.50816.457719.7696

#dcbd9e color RGB value is (220,189,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 10011110
Octal 334 275 236
Decimal 220 189 158
Hex DC BD 9E

RGB Percentages of Color #dcbd9e

%38.80
%33.33
%27.87

CMYK Percentages of Color #dcbd9e

%0
%14
%28
%14

Triadic Colors of #dcbd9e

#dcbd9e #9edcbd #bd9edc

Analogous Colors of #dcbd9e

#dcbd9e #dcdc9e #dc9e9e

Monochromatic Colors of #dcbd9e

#dcbd9e

Complementary Color

#dcbd9e #9ebddc

#dcbd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd9e Color CSS Codes

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

#dcbd9e Text Font Color

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

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


#dcbd9e Background Color

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

This div background color is #dcbd9e


#dcbd9e Border Color

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

This div border color is #dcbd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd9e


Comments

No comments written yet.

Please login to write comment.