Shades of Bone #D7C4AF
Tints of Bone #D7C4AF
RGB
CMYK
RGB Variations
Color information
#D7C4AF (or 0xD7C4AF) is known color: Bone. HEX triplet: D7, C4 and AF. RGB value is (215,196,175). Sum of RGB (Red+Green+Blue) = 215+196+175=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C4AF is #283B50. Grayscale: #C7C7C7. Windows color (decimal): -2636625 or 11519191. OLE color: 11519191.
HSL color Cylindrical-coordinate representation of color #D7C4AF: hue angle of 31.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7C4AF is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 175 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.16 |
| HSL | 31.5º | 0.33% | 0.76% | - |
| HSV(B) | 31.5º | 0.19% | 0.84% | - |
| XYZ | 55.5 | 57.02 | 48.64 | - |
| YUV | 199.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 175 | 0 | 0.09 | 0.19 | 0.16 | 31.5 | 0.33 | 0.76 |
| Hex | D7 | C4 | AF | 0 | 9 | 13 | 10 | 1F | 21 | 4C |
| Octal | 327 | 304 | 257 | 0 | 11 | 23 | 20 | 37 | 41 | 114 |
| Binary | 11010111 | 11000100 | 10101111 | 0 | 1001 | 10011 | 10000 | 11111 | 100001 | 1001100 |
Color Harmonies of #D7C4AF
Complementary color
Monochromatic Colors of #D7C4AF
Black with #D7C4AF
Text Example
Text Example
White with #D7C4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C4AF; }
p { color: rgb(215,196,175); }
H1.HeaderClassName
{
color: #D7C4AF;
}
.AnyTagClassName
{
color: #D7C4AF;
}
</style>
background-color css
<style>
a { background-color: #D7C4AF; }
a { background-color: rgb(215,196,175); }
div.DivClassName
{
background-color: #D7C4AF;
}
.BgClassName
{
background-color: #D7C4AF;
}
</style>
border-color css
<style>
span { border-color: #D7C4AF; }
span { border-color: rgb(215,196,175); }
td.TdClassName
{
border-color: #D7C4AF;
}
.TagClassName
{
border-color: #D7C4AF;
}
</style>