Color Hex Logo

#dcbb9d Color Hex

#DCBB9D
(220,187,157)
0 Favorites   0 Comments

Color spaces of #dcbb9d

RGB 220187157
HSL0.080.470.74
HSV29°29°86°
CMYK 0.000.150.29   0.14
XYZ53.371353.190639.3521
Yxy53.19060.36580.3645
Hunter Lab72.93192.994919.0610
CIE-Lab77.98747.384319.5852

#dcbb9d color RGB value is (220,187,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10011101
Octal 334 273 235
Decimal 220 187 157
Hex DC BB 9D

RGB Percentages of Color #dcbb9d

%39.01
%33.16
%27.84

CMYK Percentages of Color #dcbb9d

%0
%15
%29
%14

Triadic Colors of #dcbb9d

#dcbb9d #9ddcbb #bb9ddc

Analogous Colors of #dcbb9d

#dcbb9d #dcdb9d #dc9d9f

Monochromatic Colors of #dcbb9d

#dcbb9d

Complementary Color

#dcbb9d #9dbedc

#dcbb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbb9d Color CSS Codes

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

#dcbb9d Text Font Color

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

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


#dcbb9d Background Color

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

This div background color is #dcbb9d


#dcbb9d Border Color

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

This div border color is #dcbb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbb9d


Comments

No comments written yet.

Please login to write comment.