Shades of Bone #DCC0A6
Tints of Bone #DCC0A6
RGB
CMYK
RGB Variations
Color information
#DCC0A6 (or 0xDCC0A6) is known color: Bone. HEX triplet: DC, C0 and A6. RGB value is (220,192,166). Sum of RGB (Red+Green+Blue) = 220+192+166=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0A6 is #233F59. Grayscale: #C5C5C5. Windows color (decimal): -2309978 or 10928348. OLE color: 10928348.
HSL color Cylindrical-coordinate representation of color #DCC0A6: hue angle of 28.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCC0A6 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 166 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.14 |
| HSL | 28.89º | 0.44% | 0.76% | - |
| HSV(B) | 28.89º | 0.25% | 0.86% | - |
| XYZ | 55.25 | 55.67 | 43.91 | - |
| YUV | 197.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 166 | 0 | 0.13 | 0.25 | 0.14 | 28.89 | 0.44 | 0.76 |
| Hex | DC | C0 | A6 | 0 | D | 19 | E | 1D | 2C | 4C |
| Octal | 334 | 300 | 246 | 0 | 15 | 31 | 16 | 35 | 54 | 114 |
| Binary | 11011100 | 11000000 | 10100110 | 0 | 1101 | 11001 | 1110 | 11101 | 101100 | 1001100 |
Color Harmonies of #DCC0A6
Complementary color
Monochromatic Colors of #DCC0A6
Black with #DCC0A6
Text Example
Text Example
White with #DCC0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0A6; }
p { color: rgb(220,192,166); }
H1.HeaderClassName
{
color: #DCC0A6;
}
.AnyTagClassName
{
color: #DCC0A6;
}
</style>
background-color css
<style>
a { background-color: #DCC0A6; }
a { background-color: rgb(220,192,166); }
div.DivClassName
{
background-color: #DCC0A6;
}
.BgClassName
{
background-color: #DCC0A6;
}
</style>
border-color css
<style>
span { border-color: #DCC0A6; }
span { border-color: rgb(220,192,166); }
td.TdClassName
{
border-color: #DCC0A6;
}
.TagClassName
{
border-color: #DCC0A6;
}
</style>