Shades of Bone #D6C0AD
Tints of Bone #D6C0AD
RGB
CMYK
RGB Variations
Color information
#D6C0AD (or 0xD6C0AD) is known color: Bone. HEX triplet: D6, C0 and AD. RGB value is (214,192,173). Sum of RGB (Red+Green+Blue) = 214+192+173=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C0AD is #293F52. Grayscale: #C4C4C4. Windows color (decimal): -2703187 or 11387094. OLE color: 11387094.
HSL color Cylindrical-coordinate representation of color #D6C0AD: hue angle of 27.8º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6C0AD is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 173 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.16 |
| HSL | 27.8º | 0.33% | 0.76% | - |
| HSV(B) | 27.8º | 0.19% | 0.84% | - |
| XYZ | 54.12 | 55.01 | 47.3 | - |
| YUV | 196.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 173 | 0 | 0.10 | 0.19 | 0.16 | 27.8 | 0.33 | 0.76 |
| Hex | D6 | C0 | AD | 0 | A | 13 | 10 | 1C | 21 | 4C |
| Octal | 326 | 300 | 255 | 0 | 12 | 23 | 20 | 34 | 41 | 114 |
| Binary | 11010110 | 11000000 | 10101101 | 0 | 1010 | 10011 | 10000 | 11100 | 100001 | 1001100 |
Color Harmonies of #D6C0AD
Complementary color
Monochromatic Colors of #D6C0AD
Black with #D6C0AD
Text Example
Text Example
White with #D6C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0AD; }
p { color: rgb(214,192,173); }
H1.HeaderClassName
{
color: #D6C0AD;
}
.AnyTagClassName
{
color: #D6C0AD;
}
</style>
background-color css
<style>
a { background-color: #D6C0AD; }
a { background-color: rgb(214,192,173); }
div.DivClassName
{
background-color: #D6C0AD;
}
.BgClassName
{
background-color: #D6C0AD;
}
</style>
border-color css
<style>
span { border-color: #D6C0AD; }
span { border-color: rgb(214,192,173); }
td.TdClassName
{
border-color: #D6C0AD;
}
.TagClassName
{
border-color: #D6C0AD;
}
</style>