Shades of Bone #D6BFA8
Tints of Bone #D6BFA8
RGB
CMYK
RGB Variations
Color information
#D6BFA8 (or 0xD6BFA8) is known color: Bone. HEX triplet: D6, BF and A8. RGB value is (214,191,168). Sum of RGB (Red+Green+Blue) = 214+191+168=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFA8 is #294057. Grayscale: #C3C3C3. Windows color (decimal): -2703448 or 11059158. OLE color: 11059158.
HSL color Cylindrical-coordinate representation of color #D6BFA8: hue angle of 30º 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 #D6BFA8 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 168 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.16 |
| HSL | 30º | 0.36% | 0.75% | - |
| HSV(B) | 30º | 0.21% | 0.84% | - |
| XYZ | 53.43 | 54.38 | 44.73 | - |
| YUV | 195.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 168 | 0 | 0.11 | 0.21 | 0.16 | 30 | 0.36 | 0.75 |
| Hex | D6 | BF | A8 | 0 | B | 15 | 10 | 1E | 24 | 4B |
| Octal | 326 | 277 | 250 | 0 | 13 | 25 | 20 | 36 | 44 | 113 |
| Binary | 11010110 | 10111111 | 10101000 | 0 | 1011 | 10101 | 10000 | 11110 | 100100 | 1001011 |
Color Harmonies of #D6BFA8
Complementary color
Monochromatic Colors of #D6BFA8
Black with #D6BFA8
Text Example
Text Example
White with #D6BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFA8; }
p { color: rgb(214,191,168); }
H1.HeaderClassName
{
color: #D6BFA8;
}
.AnyTagClassName
{
color: #D6BFA8;
}
</style>
background-color css
<style>
a { background-color: #D6BFA8; }
a { background-color: rgb(214,191,168); }
div.DivClassName
{
background-color: #D6BFA8;
}
.BgClassName
{
background-color: #D6BFA8;
}
</style>
border-color css
<style>
span { border-color: #D6BFA8; }
span { border-color: rgb(214,191,168); }
td.TdClassName
{
border-color: #D6BFA8;
}
.TagClassName
{
border-color: #D6BFA8;
}
</style>