Shades of Bone #D9C3AE
Tints of Bone #D9C3AE
RGB
CMYK
RGB Variations
Color information
#D9C3AE (or 0xD9C3AE) is known color: Bone. HEX triplet: D9, C3 and AE. RGB value is (217,195,174). Sum of RGB (Red+Green+Blue) = 217+195+174=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C3AE is #263C51. Grayscale: #C7C7C7. Windows color (decimal): -2505810 or 11453401. OLE color: 11453401.
HSL color Cylindrical-coordinate representation of color #D9C3AE: hue angle of 29.3º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C3AE is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 174 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.15 |
| HSL | 29.3º | 0.36% | 0.77% | - |
| HSV(B) | 29.3º | 0.2% | 0.85% | - |
| XYZ | 55.77 | 56.84 | 48.08 | - |
| YUV | 199.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 174 | 0 | 0.10 | 0.20 | 0.15 | 29.3 | 0.36 | 0.77 |
| Hex | D9 | C3 | AE | 0 | A | 14 | F | 1D | 24 | 4D |
| Octal | 331 | 303 | 256 | 0 | 12 | 24 | 17 | 35 | 44 | 115 |
| Binary | 11011001 | 11000011 | 10101110 | 0 | 1010 | 10100 | 1111 | 11101 | 100100 | 1001101 |
Color Harmonies of #D9C3AE
Complementary color
Monochromatic Colors of #D9C3AE
Black with #D9C3AE
Text Example
Text Example
White with #D9C3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C3AE; }
p { color: rgb(217,195,174); }
H1.HeaderClassName
{
color: #D9C3AE;
}
.AnyTagClassName
{
color: #D9C3AE;
}
</style>
background-color css
<style>
a { background-color: #D9C3AE; }
a { background-color: rgb(217,195,174); }
div.DivClassName
{
background-color: #D9C3AE;
}
.BgClassName
{
background-color: #D9C3AE;
}
</style>
border-color css
<style>
span { border-color: #D9C3AE; }
span { border-color: rgb(217,195,174); }
td.TdClassName
{
border-color: #D9C3AE;
}
.TagClassName
{
border-color: #D9C3AE;
}
</style>