Shades of Bone #D9C1A8
Tints of Bone #D9C1A8
RGB
CMYK
RGB Variations
Color information
#D9C1A8 (or 0xD9C1A8) is known color: Bone. HEX triplet: D9, C1 and A8. RGB value is (217,193,168). Sum of RGB (Red+Green+Blue) = 217+193+168=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C1A8 is #263E57. Grayscale: #C5C5C5. Windows color (decimal): -2506328 or 11059673. OLE color: 11059673.
HSL color Cylindrical-coordinate representation of color #D9C1A8: hue angle of 30.61º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9C1A8 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 168 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.15 |
| HSL | 30.61º | 0.39% | 0.75% | - |
| HSV(B) | 30.61º | 0.23% | 0.85% | - |
| XYZ | 54.75 | 55.72 | 44.91 | - |
| YUV | 197.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 168 | 0 | 0.11 | 0.23 | 0.15 | 30.61 | 0.39 | 0.75 |
| Hex | D9 | C1 | A8 | 0 | B | 17 | F | 1F | 27 | 4B |
| Octal | 331 | 301 | 250 | 0 | 13 | 27 | 17 | 37 | 47 | 113 |
| Binary | 11011001 | 11000001 | 10101000 | 0 | 1011 | 10111 | 1111 | 11111 | 100111 | 1001011 |
Color Harmonies of #D9C1A8
Complementary color
Monochromatic Colors of #D9C1A8
Black with #D9C1A8
Text Example
Text Example
White with #D9C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C1A8; }
p { color: rgb(217,193,168); }
H1.HeaderClassName
{
color: #D9C1A8;
}
.AnyTagClassName
{
color: #D9C1A8;
}
</style>
background-color css
<style>
a { background-color: #D9C1A8; }
a { background-color: rgb(217,193,168); }
div.DivClassName
{
background-color: #D9C1A8;
}
.BgClassName
{
background-color: #D9C1A8;
}
</style>
border-color css
<style>
span { border-color: #D9C1A8; }
span { border-color: rgb(217,193,168); }
td.TdClassName
{
border-color: #D9C1A8;
}
.TagClassName
{
border-color: #D9C1A8;
}
</style>