Shades of Bone #D9C3AB
Tints of Bone #D9C3AB
RGB
CMYK
RGB Variations
Color information
#D9C3AB (or 0xD9C3AB) is known color: Bone. HEX triplet: D9, C3 and AB. RGB value is (217,195,171). Sum of RGB (Red+Green+Blue) = 217+195+171=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C3AB is #263C54. Grayscale: #C6C6C6. Windows color (decimal): -2505813 or 11256793. OLE color: 11256793.
HSL color Cylindrical-coordinate representation of color #D9C3AB: hue angle of 31.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9C3AB is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 171 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.15 |
| HSL | 31.3º | 0.38% | 0.76% | - |
| HSV(B) | 31.3º | 0.21% | 0.85% | - |
| XYZ | 55.48 | 56.72 | 46.55 | - |
| YUV | 198.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 171 | 0 | 0.10 | 0.21 | 0.15 | 31.3 | 0.38 | 0.76 |
| Hex | D9 | C3 | AB | 0 | A | 15 | F | 1F | 26 | 4C |
| Octal | 331 | 303 | 253 | 0 | 12 | 25 | 17 | 37 | 46 | 114 |
| Binary | 11011001 | 11000011 | 10101011 | 0 | 1010 | 10101 | 1111 | 11111 | 100110 | 1001100 |
Color Harmonies of #D9C3AB
Complementary color
Monochromatic Colors of #D9C3AB
Black with #D9C3AB
Text Example
Text Example
White with #D9C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C3AB; }
p { color: rgb(217,195,171); }
H1.HeaderClassName
{
color: #D9C3AB;
}
.AnyTagClassName
{
color: #D9C3AB;
}
</style>
background-color css
<style>
a { background-color: #D9C3AB; }
a { background-color: rgb(217,195,171); }
div.DivClassName
{
background-color: #D9C3AB;
}
.BgClassName
{
background-color: #D9C3AB;
}
</style>
border-color css
<style>
span { border-color: #D9C3AB; }
span { border-color: rgb(217,195,171); }
td.TdClassName
{
border-color: #D9C3AB;
}
.TagClassName
{
border-color: #D9C3AB;
}
</style>