Color Hex Logo

#dcbd9d Color Hex

#DCBD9D
(220,189,157)
0 Favorites   0 Comments

Color spaces of #dcbd9d

RGB 220189157
HSL0.080.470.74
HSV30°29°86°
CMYK 0.000.140.29   0.14
XYZ53.798654.045239.4946
Yxy54.04520.36510.3668
Hunter Lab73.51541.974319.6085
CIE-Lab78.48816.324120.2767

#dcbd9d color RGB value is (220,189,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 10011101
Octal 334 275 235
Decimal 220 189 157
Hex DC BD 9D

RGB Percentages of Color #dcbd9d

%38.87
%33.39
%27.74

CMYK Percentages of Color #dcbd9d

%0
%14
%29
%14

Triadic Colors of #dcbd9d

#dcbd9d #9ddcbd #bd9ddc

Analogous Colors of #dcbd9d

#dcbd9d #dcdc9d #dc9e9d

Monochromatic Colors of #dcbd9d

#dcbd9d

Complementary Color

#dcbd9d #9dbcdc

#dcbd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbd9d Color CSS Codes

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

#dcbd9d Text Font Color

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

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


#dcbd9d Background Color

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

This div background color is #dcbd9d


#dcbd9d Border Color

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

This div border color is #dcbd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbd9d


Comments

No comments written yet.

Please login to write comment.