Shades of Bone #D9C2A9
Tints of Bone #D9C2A9
RGB
CMYK
RGB Variations
Color information
#D9C2A9 (or 0xD9C2A9) is known color: Bone. HEX triplet: D9, C2 and A9. RGB value is (217,194,169). Sum of RGB (Red+Green+Blue) = 217+194+169=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C2A9 is #263D56. Grayscale: #C6C6C6. Windows color (decimal): -2506071 or 11125465. OLE color: 11125465.
HSL color Cylindrical-coordinate representation of color #D9C2A9: hue angle of 31.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C2A9 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 169 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.15 |
| HSL | 31.25º | 0.39% | 0.76% | - |
| HSV(B) | 31.25º | 0.22% | 0.85% | - |
| XYZ | 55.07 | 56.2 | 45.48 | - |
| YUV | 198.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 169 | 0 | 0.11 | 0.22 | 0.15 | 31.25 | 0.39 | 0.76 |
| Hex | D9 | C2 | A9 | 0 | B | 16 | F | 1F | 27 | 4C |
| Octal | 331 | 302 | 251 | 0 | 13 | 26 | 17 | 37 | 47 | 114 |
| Binary | 11011001 | 11000010 | 10101001 | 0 | 1011 | 10110 | 1111 | 11111 | 100111 | 1001100 |
Color Harmonies of #D9C2A9
Complementary color
Monochromatic Colors of #D9C2A9
Black with #D9C2A9
Text Example
Text Example
White with #D9C2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2A9; }
p { color: rgb(217,194,169); }
H1.HeaderClassName
{
color: #D9C2A9;
}
.AnyTagClassName
{
color: #D9C2A9;
}
</style>
background-color css
<style>
a { background-color: #D9C2A9; }
a { background-color: rgb(217,194,169); }
div.DivClassName
{
background-color: #D9C2A9;
}
.BgClassName
{
background-color: #D9C2A9;
}
</style>
border-color css
<style>
span { border-color: #D9C2A9; }
span { border-color: rgb(217,194,169); }
td.TdClassName
{
border-color: #D9C2A9;
}
.TagClassName
{
border-color: #D9C2A9;
}
</style>