Color Hex Logo

#dcb0aa Color Hex

#DCB0AA
(220,176,170)
0 Favorites   0 Comments

Color spaces of #dcb0aa

RGB 220176170
HSL0.020.420.76
HSV23°86°
CMYK 0.000.200.23   0.14
XYZ52.296249.168644.7644
Yxy49.16860.35760.3362
Hunter Lab70.120310.415911.2338
CIE-Lab75.556115.07549.1405

#dcb0aa color RGB value is (220,176,170).

#dcb0aa hex color red value is 220, green value is 176 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dcb0aa hue: 0.02 , saturation: 0.42 and the lightness value of dcb0aa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110000 10101010
Octal 334 260 252
Decimal 220 176 170
Hex DC B0 AA

RGB Percentages of Color #dcb0aa

%38.87
%31.10
%30.04

CMYK Percentages of Color #dcb0aa

%0
%20
%23
%14

Triadic Colors of #dcb0aa

#dcb0aa #aadcb0 #b0aadc

Analogous Colors of #dcb0aa

#dcb0aa #dcc9aa #dcaabd

Monochromatic Colors of #dcb0aa

#dcb0aa

Complementary Color

#dcb0aa #aad6dc

#dcb0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb0aa Color CSS Codes

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

#dcb0aa Text Font Color

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

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


#dcb0aa Background Color

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

This div background color is #dcb0aa


#dcb0aa Border Color

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

This div border color is #dcb0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb0aa


Comments

No comments written yet.

Please login to write comment.