Shades of Bone #DCC0AA
Tints of Bone #DCC0AA
RGB
CMYK
RGB Variations
Color information
#DCC0AA (or 0xDCC0AA) is known color: Bone. HEX triplet: DC, C0 and AA. RGB value is (220,192,170). Sum of RGB (Red+Green+Blue) = 220+192+170=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0AA is #233F55. Grayscale: #C5C5C5. Windows color (decimal): -2309974 or 11190492. OLE color: 11190492.
HSL color Cylindrical-coordinate representation of color #DCC0AA: hue angle of 26.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC0AA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 170 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.14 |
| HSL | 26.4º | 0.42% | 0.76% | - |
| HSV(B) | 26.4º | 0.23% | 0.86% | - |
| XYZ | 55.62 | 55.82 | 45.87 | - |
| YUV | 197.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 170 | 0 | 0.13 | 0.23 | 0.14 | 26.4 | 0.42 | 0.76 |
| Hex | DC | C0 | AA | 0 | D | 17 | E | 1A | 2A | 4C |
| Octal | 334 | 300 | 252 | 0 | 15 | 27 | 16 | 32 | 52 | 114 |
| Binary | 11011100 | 11000000 | 10101010 | 0 | 1101 | 10111 | 1110 | 11010 | 101010 | 1001100 |
Color Harmonies of #DCC0AA
Complementary color
Monochromatic Colors of #DCC0AA
Black with #DCC0AA
Text Example
Text Example
White with #DCC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0AA; }
p { color: rgb(220,192,170); }
H1.HeaderClassName
{
color: #DCC0AA;
}
.AnyTagClassName
{
color: #DCC0AA;
}
</style>
background-color css
<style>
a { background-color: #DCC0AA; }
a { background-color: rgb(220,192,170); }
div.DivClassName
{
background-color: #DCC0AA;
}
.BgClassName
{
background-color: #DCC0AA;
}
</style>
border-color css
<style>
span { border-color: #DCC0AA; }
span { border-color: rgb(220,192,170); }
td.TdClassName
{
border-color: #DCC0AA;
}
.TagClassName
{
border-color: #DCC0AA;
}
</style>