Shades of Bone #DBC5AC
Tints of Bone #DBC5AC
RGB
CMYK
RGB Variations
Color information
#DBC5AC (or 0xDBC5AC) is known color: Bone. HEX triplet: DB, C5 and AC. RGB value is (219,197,172). Sum of RGB (Red+Green+Blue) = 219+197+172=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC5AC is #243A53. Grayscale: #C8C8C8. Windows color (decimal): -2374228 or 11322843. OLE color: 11322843.
HSL color Cylindrical-coordinate representation of color #DBC5AC: hue angle of 31.91º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC5AC is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 172 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.14 |
| HSL | 31.91º | 0.39% | 0.77% | - |
| HSV(B) | 31.91º | 0.21% | 0.86% | - |
| XYZ | 56.63 | 57.97 | 47.23 | - |
| YUV | 200.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 172 | 0 | 0.10 | 0.21 | 0.14 | 31.91 | 0.39 | 0.77 |
| Hex | DB | C5 | AC | 0 | A | 15 | E | 20 | 27 | 4D |
| Octal | 333 | 305 | 254 | 0 | 12 | 25 | 16 | 40 | 47 | 115 |
| Binary | 11011011 | 11000101 | 10101100 | 0 | 1010 | 10101 | 1110 | 100000 | 100111 | 1001101 |
Color Harmonies of #DBC5AC
Complementary color
Monochromatic Colors of #DBC5AC
Black with #DBC5AC
Text Example
Text Example
White with #DBC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5AC; }
p { color: rgb(219,197,172); }
H1.HeaderClassName
{
color: #DBC5AC;
}
.AnyTagClassName
{
color: #DBC5AC;
}
</style>
background-color css
<style>
a { background-color: #DBC5AC; }
a { background-color: rgb(219,197,172); }
div.DivClassName
{
background-color: #DBC5AC;
}
.BgClassName
{
background-color: #DBC5AC;
}
</style>
border-color css
<style>
span { border-color: #DBC5AC; }
span { border-color: rgb(219,197,172); }
td.TdClassName
{
border-color: #DBC5AC;
}
.TagClassName
{
border-color: #DBC5AC;
}
</style>