Color Hex Logo

#dcb09a Color Hex

#DCB09A
(220,176,154)
0 Favorites   0 Comments

Color spaces of #dcb09a

RGB 220176154
HSL0.060.490.73
HSV20°30°86°
CMYK 0.000.200.30   0.14
XYZ50.873348.599437.2712
Yxy48.59940.37200.3554
Hunter Lab69.71338.262317.1007
CIE-Lab75.201412.854117.3385

#dcb09a color RGB value is (220,176,154).

#dcb09a hex color red value is 220, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dcb09a hue: 0.06 , saturation: 0.49 and the lightness value of dcb09a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10011010
Octal 334 260 232
Decimal 220 176 154
Hex DC B0 9A

RGB Percentages of Color #dcb09a

%40.00
%32.00
%28.00

CMYK Percentages of Color #dcb09a

%0
%20
%30
%14

Triadic Colors of #dcb09a

#dcb09a #9adcb0 #b09adc

Analogous Colors of #dcb09a

#dcb09a #dcd19a #dc9aa5

Monochromatic Colors of #dcb09a

#dcb09a

Complementary Color

#dcb09a #9ac6dc

#dcb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb09a Color CSS Codes

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

#dcb09a Text Font Color

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

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


#dcb09a Background Color

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

This div background color is #dcb09a


#dcb09a Border Color

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

This div border color is #dcb09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb09a


Comments

No comments written yet.

Please login to write comment.