Shades of Bone #D9BDA3
Tints of Bone #D9BDA3
RGB
CMYK
RGB Variations
Color information
#D9BDA3 (or 0xD9BDA3) is known color: Bone. HEX triplet: D9, BD and A3. RGB value is (217,189,163). Sum of RGB (Red+Green+Blue) = 217+189+163=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 163 (64.06% from 255 or 28.65% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BDA3 is #26425C. Grayscale: #C2C2C2. Windows color (decimal): -2507357 or 10730969. OLE color: 10730969.
HSL color Cylindrical-coordinate representation of color #D9BDA3: hue angle of 28.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9BDA3 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 163 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.15 |
| HSL | 28.89º | 0.42% | 0.75% | - |
| HSV(B) | 28.89º | 0.25% | 0.85% | - |
| XYZ | 53.42 | 53.79 | 42.22 | - |
| YUV | 194.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 163 | 0 | 0.13 | 0.25 | 0.15 | 28.89 | 0.42 | 0.75 |
| Hex | D9 | BD | A3 | 0 | D | 19 | F | 1D | 2A | 4B |
| Octal | 331 | 275 | 243 | 0 | 15 | 31 | 17 | 35 | 52 | 113 |
| Binary | 11011001 | 10111101 | 10100011 | 0 | 1101 | 11001 | 1111 | 11101 | 101010 | 1001011 |
Color Harmonies of #D9BDA3
Complementary color
Monochromatic Colors of #D9BDA3
Black with #D9BDA3
Text Example
Text Example
White with #D9BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BDA3; }
p { color: rgb(217,189,163); }
H1.HeaderClassName
{
color: #D9BDA3;
}
.AnyTagClassName
{
color: #D9BDA3;
}
</style>
background-color css
<style>
a { background-color: #D9BDA3; }
a { background-color: rgb(217,189,163); }
div.DivClassName
{
background-color: #D9BDA3;
}
.BgClassName
{
background-color: #D9BDA3;
}
</style>
border-color css
<style>
span { border-color: #D9BDA3; }
span { border-color: rgb(217,189,163); }
td.TdClassName
{
border-color: #D9BDA3;
}
.TagClassName
{
border-color: #D9BDA3;
}
</style>