Shades of Bone #D9BCA0
Tints of Bone #D9BCA0
RGB
CMYK
RGB Variations
Color information
#D9BCA0 (or 0xD9BCA0) is known color: Bone. HEX triplet: D9, BC and A0. RGB value is (217,188,160). Sum of RGB (Red+Green+Blue) = 217+188+160=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BCA0 is #26435F. Grayscale: #C1C1C1. Windows color (decimal): -2507616 or 10534105. OLE color: 10534105.
HSL color Cylindrical-coordinate representation of color #D9BCA0: hue angle of 29.47º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9BCA0 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 160 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.15 |
| HSL | 29.47º | 0.43% | 0.74% | - |
| HSV(B) | 29.47º | 0.26% | 0.85% | - |
| XYZ | 52.94 | 53.26 | 40.75 | - |
| YUV | 193.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 160 | 0 | 0.13 | 0.26 | 0.15 | 29.47 | 0.43 | 0.74 |
| Hex | D9 | BC | A0 | 0 | D | 1A | F | 1D | 2B | 4A |
| Octal | 331 | 274 | 240 | 0 | 15 | 32 | 17 | 35 | 53 | 112 |
| Binary | 11011001 | 10111100 | 10100000 | 0 | 1101 | 11010 | 1111 | 11101 | 101011 | 1001010 |
Color Harmonies of #D9BCA0
Complementary color
Monochromatic Colors of #D9BCA0
Black with #D9BCA0
Text Example
Text Example
White with #D9BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BCA0; }
p { color: rgb(217,188,160); }
H1.HeaderClassName
{
color: #D9BCA0;
}
.AnyTagClassName
{
color: #D9BCA0;
}
</style>
background-color css
<style>
a { background-color: #D9BCA0; }
a { background-color: rgb(217,188,160); }
div.DivClassName
{
background-color: #D9BCA0;
}
.BgClassName
{
background-color: #D9BCA0;
}
</style>
border-color css
<style>
span { border-color: #D9BCA0; }
span { border-color: rgb(217,188,160); }
td.TdClassName
{
border-color: #D9BCA0;
}
.TagClassName
{
border-color: #D9BCA0;
}
</style>