Shades of Bone #D7C4AA
Tints of Bone #D7C4AA
RGB
CMYK
RGB Variations
Color information
#D7C4AA (or 0xD7C4AA) is known color: Bone. HEX triplet: D7, C4 and AA. RGB value is (215,196,170). Sum of RGB (Red+Green+Blue) = 215+196+170=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C4AA is #283B55. Grayscale: #C6C6C6. Windows color (decimal): -2636630 or 11191511. OLE color: 11191511.
HSL color Cylindrical-coordinate representation of color #D7C4AA: hue angle of 34.67º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7C4AA is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 170 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.16 |
| HSL | 34.67º | 0.36% | 0.75% | - |
| HSV(B) | 34.67º | 0.21% | 0.84% | - |
| XYZ | 55.02 | 56.83 | 46.1 | - |
| YUV | 198.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 170 | 0 | 0.09 | 0.21 | 0.16 | 34.67 | 0.36 | 0.75 |
| Hex | D7 | C4 | AA | 0 | 9 | 15 | 10 | 23 | 24 | 4B |
| Octal | 327 | 304 | 252 | 0 | 11 | 25 | 20 | 43 | 44 | 113 |
| Binary | 11010111 | 11000100 | 10101010 | 0 | 1001 | 10101 | 10000 | 100011 | 100100 | 1001011 |
Color Harmonies of #D7C4AA
Complementary color
Monochromatic Colors of #D7C4AA
Black with #D7C4AA
Text Example
Text Example
White with #D7C4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C4AA; }
p { color: rgb(215,196,170); }
H1.HeaderClassName
{
color: #D7C4AA;
}
.AnyTagClassName
{
color: #D7C4AA;
}
</style>
background-color css
<style>
a { background-color: #D7C4AA; }
a { background-color: rgb(215,196,170); }
div.DivClassName
{
background-color: #D7C4AA;
}
.BgClassName
{
background-color: #D7C4AA;
}
</style>
border-color css
<style>
span { border-color: #D7C4AA; }
span { border-color: rgb(215,196,170); }
td.TdClassName
{
border-color: #D7C4AA;
}
.TagClassName
{
border-color: #D7C4AA;
}
</style>