Shades of Bone #DCC0A9
Tints of Bone #DCC0A9
RGB
CMYK
RGB Variations
Color information
#DCC0A9 (or 0xDCC0A9) is known color: Bone. HEX triplet: DC, C0 and A9. RGB value is (220,192,169). Sum of RGB (Red+Green+Blue) = 220+192+169=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0A9 is #233F56. Grayscale: #C5C5C5. Windows color (decimal): -2309975 or 11124956. OLE color: 11124956.
HSL color Cylindrical-coordinate representation of color #DCC0A9: hue angle of 27.06º 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 #DCC0A9 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 169 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.14 |
| HSL | 27.06º | 0.42% | 0.76% | - |
| HSV(B) | 27.06º | 0.23% | 0.86% | - |
| XYZ | 55.53 | 55.78 | 45.38 | - |
| YUV | 197.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 169 | 0 | 0.13 | 0.23 | 0.14 | 27.06 | 0.42 | 0.76 |
| Hex | DC | C0 | A9 | 0 | D | 17 | E | 1B | 2A | 4C |
| Octal | 334 | 300 | 251 | 0 | 15 | 27 | 16 | 33 | 52 | 114 |
| Binary | 11011100 | 11000000 | 10101001 | 0 | 1101 | 10111 | 1110 | 11011 | 101010 | 1001100 |
Color Harmonies of #DCC0A9
Complementary color
Monochromatic Colors of #DCC0A9
Black with #DCC0A9
Text Example
Text Example
White with #DCC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0A9; }
p { color: rgb(220,192,169); }
H1.HeaderClassName
{
color: #DCC0A9;
}
.AnyTagClassName
{
color: #DCC0A9;
}
</style>
background-color css
<style>
a { background-color: #DCC0A9; }
a { background-color: rgb(220,192,169); }
div.DivClassName
{
background-color: #DCC0A9;
}
.BgClassName
{
background-color: #DCC0A9;
}
</style>
border-color css
<style>
span { border-color: #DCC0A9; }
span { border-color: rgb(220,192,169); }
td.TdClassName
{
border-color: #DCC0A9;
}
.TagClassName
{
border-color: #DCC0A9;
}
</style>