Shades of Bone #D6C3AC
Tints of Bone #D6C3AC
RGB
CMYK
RGB Variations
Color information
#D6C3AC (or 0xD6C3AC) is known color: Bone. HEX triplet: D6, C3 and AC. RGB value is (214,195,172). Sum of RGB (Red+Green+Blue) = 214+195+172=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 172 (67.58% from 255 or 29.60% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C3AC is #293C53. Grayscale: #C6C6C6. Windows color (decimal): -2702420 or 11322326. OLE color: 11322326.
HSL color Cylindrical-coordinate representation of color #D6C3AC: hue angle of 32.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C3AC is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 172 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.16 |
| HSL | 32.86º | 0.34% | 0.76% | - |
| HSV(B) | 32.86º | 0.2% | 0.84% | - |
| XYZ | 54.69 | 56.3 | 47.02 | - |
| YUV | 198.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 172 | 0 | 0.09 | 0.20 | 0.16 | 32.86 | 0.34 | 0.76 |
| Hex | D6 | C3 | AC | 0 | 9 | 14 | 10 | 21 | 22 | 4C |
| Octal | 326 | 303 | 254 | 0 | 11 | 24 | 20 | 41 | 42 | 114 |
| Binary | 11010110 | 11000011 | 10101100 | 0 | 1001 | 10100 | 10000 | 100001 | 100010 | 1001100 |
Color Harmonies of #D6C3AC
Complementary color
Monochromatic Colors of #D6C3AC
Black with #D6C3AC
Text Example
Text Example
White with #D6C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C3AC; }
p { color: rgb(214,195,172); }
H1.HeaderClassName
{
color: #D6C3AC;
}
.AnyTagClassName
{
color: #D6C3AC;
}
</style>
background-color css
<style>
a { background-color: #D6C3AC; }
a { background-color: rgb(214,195,172); }
div.DivClassName
{
background-color: #D6C3AC;
}
.BgClassName
{
background-color: #D6C3AC;
}
</style>
border-color css
<style>
span { border-color: #D6C3AC; }
span { border-color: rgb(214,195,172); }
td.TdClassName
{
border-color: #D6C3AC;
}
.TagClassName
{
border-color: #D6C3AC;
}
</style>