Color Hex Logo

#dcb09b Color Hex

#DCB09B
(220,176,155)
0 Favorites   0 Comments

Color spaces of #dcb09b

RGB 220176155
HSL0.050.480.74
HSV19°30°86°
CMYK 0.000.200.30   0.14
XYZ50.956948.632937.7117
Yxy48.63290.37110.3542
Hunter Lab69.73738.389316.7540
CIE-Lab75.222412.986016.8256

#dcb09b color RGB value is (220,176,155).

#dcb09b hex color red value is 220, green value is 176 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dcb09b hue: 0.05 , saturation: 0.48 and the lightness value of dcb09b is 0.74.

The process color (four color CMYK) of #dcb09b color hex is 0.00, 0.20, 0.30, 0.14. Web safe color of #dcb09b is #cc9999. Color #dcb09b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10011011
Octal 334 260 233
Decimal 220 176 155
Hex DC B0 9B

RGB Percentages of Color #dcb09b

%39.93
%31.94
%28.13

CMYK Percentages of Color #dcb09b

%0
%20
%30
%14

Triadic Colors of #dcb09b

#dcb09b #9bdcb0 #b09bdc

Analogous Colors of #dcb09b

#dcb09b #dcd19b #dc9ba7

Monochromatic Colors of #dcb09b

#dcb09b

Complementary Color

#dcb09b #9bc7dc

#dcb09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb09b Color CSS Codes

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

#dcb09b Text Font Color

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

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


#dcb09b Background Color

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

This div background color is #dcb09b


#dcb09b Border Color

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

This div border color is #dcb09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb09b


Comments

No comments written yet.

Please login to write comment.