Shades of Bone #D6BDA8
Tints of Bone #D6BDA8
RGB
CMYK
RGB Variations
Color information
#D6BDA8 (or 0xD6BDA8) is known color: Bone. HEX triplet: D6, BD and A8. RGB value is (214,189,168). Sum of RGB (Red+Green+Blue) = 214+189+168=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDA8 is #294257. Grayscale: #C2C2C2. Windows color (decimal): -2703960 or 11058646. OLE color: 11058646.
HSL color Cylindrical-coordinate representation of color #D6BDA8: hue angle of 27.39º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BDA8 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 168 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.16 |
| HSL | 27.39º | 0.36% | 0.75% | - |
| HSV(B) | 27.39º | 0.21% | 0.84% | - |
| XYZ | 53 | 53.52 | 44.58 | - |
| YUV | 194.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 168 | 0 | 0.12 | 0.21 | 0.16 | 27.39 | 0.36 | 0.75 |
| Hex | D6 | BD | A8 | 0 | C | 15 | 10 | 1B | 24 | 4B |
| Octal | 326 | 275 | 250 | 0 | 14 | 25 | 20 | 33 | 44 | 113 |
| Binary | 11010110 | 10111101 | 10101000 | 0 | 1100 | 10101 | 10000 | 11011 | 100100 | 1001011 |
Color Harmonies of #D6BDA8
Complementary color
Monochromatic Colors of #D6BDA8
Black with #D6BDA8
Text Example
Text Example
White with #D6BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDA8; }
p { color: rgb(214,189,168); }
H1.HeaderClassName
{
color: #D6BDA8;
}
.AnyTagClassName
{
color: #D6BDA8;
}
</style>
background-color css
<style>
a { background-color: #D6BDA8; }
a { background-color: rgb(214,189,168); }
div.DivClassName
{
background-color: #D6BDA8;
}
.BgClassName
{
background-color: #D6BDA8;
}
</style>
border-color css
<style>
span { border-color: #D6BDA8; }
span { border-color: rgb(214,189,168); }
td.TdClassName
{
border-color: #D6BDA8;
}
.TagClassName
{
border-color: #D6BDA8;
}
</style>