Shades of Bone #D8C2AC
Tints of Bone #D8C2AC
RGB
CMYK
RGB Variations
Color information
#D8C2AC (or 0xD8C2AC) is known color: Bone. HEX triplet: D8, C2 and AC. RGB value is (216,194,172). Sum of RGB (Red+Green+Blue) = 216+194+172=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C2AC is #273D53. Grayscale: #C6C6C6. Windows color (decimal): -2571604 or 11322072. OLE color: 11322072.
HSL color Cylindrical-coordinate representation of color #D8C2AC: hue angle of 30º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8C2AC is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 194 | 172 | - |
CMYK | 0 | 0.10 | 0.20 | 0.15 |
HSL | 30º | 0.36% | 0.76% | - |
HSV(B) | 30º | 0.2% | 0.85% | - |
XYZ | 55.06 | 56.16 | 46.97 | - |
YUV | 198.07 | 113.29 | 140.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 194 | 172 | 0 | 0.10 | 0.20 | 0.15 | 30 | 0.36 | 0.76 |
Hex | D8 | C2 | AC | 0 | A | 14 | F | 1E | 24 | 4C |
Octal | 330 | 302 | 254 | 0 | 12 | 24 | 17 | 36 | 44 | 114 |
Binary | 11011000 | 11000010 | 10101100 | 0 | 1010 | 10100 | 1111 | 11110 | 100100 | 1001100 |
Color Harmonies of #D8C2AC
Complementary color
Monochromatic Colors of #D8C2AC
Black with #D8C2AC
Text Example
Text Example
White with #D8C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C2AC; }
p { color: rgb(216,194,172); }
H1.HeaderClassName
{
color: #D8C2AC;
}
.AnyTagClassName
{
color: #D8C2AC;
}
</style>
background-color css
<style>
a { background-color: #D8C2AC; }
a { background-color: rgb(216,194,172); }
div.DivClassName
{
background-color: #D8C2AC;
}
.BgClassName
{
background-color: #D8C2AC;
}
</style>
border-color css
<style>
span { border-color: #D8C2AC; }
span { border-color: rgb(216,194,172); }
td.TdClassName
{
border-color: #D8C2AC;
}
.TagClassName
{
border-color: #D8C2AC;
}
</style>