Shades of Bone #D7C2AE
Tints of Bone #D7C2AE
RGB
CMYK
RGB Variations
Color information
#D7C2AE (or 0xD7C2AE) is known color: Bone. HEX triplet: D7, C2 and AE. RGB value is (215,194,174). Sum of RGB (Red+Green+Blue) = 215+194+174=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C2AE is #283D51. Grayscale: #C6C6C6. Windows color (decimal): -2637138 or 11453143. OLE color: 11453143.
HSL color Cylindrical-coordinate representation of color #D7C2AE: hue angle of 29.27º degrees, saturation: 0.34, 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 #D7C2AE is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 174 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.16 |
| HSL | 29.27º | 0.34% | 0.76% | - |
| HSV(B) | 29.27º | 0.19% | 0.84% | - |
| XYZ | 54.96 | 56.09 | 47.97 | - |
| YUV | 198 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 174 | 0 | 0.10 | 0.19 | 0.16 | 29.27 | 0.34 | 0.76 |
| Hex | D7 | C2 | AE | 0 | A | 13 | 10 | 1D | 22 | 4C |
| Octal | 327 | 302 | 256 | 0 | 12 | 23 | 20 | 35 | 42 | 114 |
| Binary | 11010111 | 11000010 | 10101110 | 0 | 1010 | 10011 | 10000 | 11101 | 100010 | 1001100 |
Color Harmonies of #D7C2AE
Complementary color
Monochromatic Colors of #D7C2AE
Black with #D7C2AE
Text Example
Text Example
White with #D7C2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C2AE; }
p { color: rgb(215,194,174); }
H1.HeaderClassName
{
color: #D7C2AE;
}
.AnyTagClassName
{
color: #D7C2AE;
}
</style>
background-color css
<style>
a { background-color: #D7C2AE; }
a { background-color: rgb(215,194,174); }
div.DivClassName
{
background-color: #D7C2AE;
}
.BgClassName
{
background-color: #D7C2AE;
}
</style>
border-color css
<style>
span { border-color: #D7C2AE; }
span { border-color: rgb(215,194,174); }
td.TdClassName
{
border-color: #D7C2AE;
}
.TagClassName
{
border-color: #D7C2AE;
}
</style>