Shades of Bone #DCC3A6
Tints of Bone #DCC3A6
RGB
CMYK
RGB Variations
Color information
#DCC3A6 (or 0xDCC3A6) is known color: Bone. HEX triplet: DC, C3 and A6. RGB value is (220,195,166). Sum of RGB (Red+Green+Blue) = 220+195+166=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC3A6 is #233C59. Grayscale: #C7C7C7. Windows color (decimal): -2309210 or 10929116. OLE color: 10929116.
HSL color Cylindrical-coordinate representation of color #DCC3A6: hue angle of 32.22º 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 #DCC3A6 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 166 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.14 |
| HSL | 32.22º | 0.44% | 0.76% | - |
| HSV(B) | 32.22º | 0.25% | 0.86% | - |
| XYZ | 55.91 | 57 | 44.13 | - |
| YUV | 199.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 166 | 0 | 0.11 | 0.25 | 0.14 | 32.22 | 0.44 | 0.76 |
| Hex | DC | C3 | A6 | 0 | B | 19 | E | 20 | 2C | 4C |
| Octal | 334 | 303 | 246 | 0 | 13 | 31 | 16 | 40 | 54 | 114 |
| Binary | 11011100 | 11000011 | 10100110 | 0 | 1011 | 11001 | 1110 | 100000 | 101100 | 1001100 |
Color Harmonies of #DCC3A6
Complementary color
Monochromatic Colors of #DCC3A6
Black with #DCC3A6
Text Example
Text Example
White with #DCC3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3A6; }
p { color: rgb(220,195,166); }
H1.HeaderClassName
{
color: #DCC3A6;
}
.AnyTagClassName
{
color: #DCC3A6;
}
</style>
background-color css
<style>
a { background-color: #DCC3A6; }
a { background-color: rgb(220,195,166); }
div.DivClassName
{
background-color: #DCC3A6;
}
.BgClassName
{
background-color: #DCC3A6;
}
</style>
border-color css
<style>
span { border-color: #DCC3A6; }
span { border-color: rgb(220,195,166); }
td.TdClassName
{
border-color: #DCC3A6;
}
.TagClassName
{
border-color: #DCC3A6;
}
</style>