Shades of Bone #DBC4B1
Tints of Bone #DBC4B1
RGB
CMYK
RGB Variations
Color information
#DBC4B1 (or 0xDBC4B1) is known color: Bone. HEX triplet: DB, C4 and B1. RGB value is (219,196,177). Sum of RGB (Red+Green+Blue) = 219+196+177=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC4B1 is #243B4E. Grayscale: #C8C8C8. Windows color (decimal): -2374479 or 11650267. OLE color: 11650267.
HSL color Cylindrical-coordinate representation of color #DBC4B1: hue angle of 27.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBC4B1 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 177 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.14 |
| HSL | 27.14º | 0.37% | 0.78% | - |
| HSV(B) | 27.14º | 0.19% | 0.86% | - |
| XYZ | 56.89 | 57.71 | 49.74 | - |
| YUV | 200.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 177 | 0 | 0.11 | 0.19 | 0.14 | 27.14 | 0.37 | 0.78 |
| Hex | DB | C4 | B1 | 0 | B | 13 | E | 1B | 25 | 4E |
| Octal | 333 | 304 | 261 | 0 | 13 | 23 | 16 | 33 | 45 | 116 |
| Binary | 11011011 | 11000100 | 10110001 | 0 | 1011 | 10011 | 1110 | 11011 | 100101 | 1001110 |
Color Harmonies of #DBC4B1
Complementary color
Monochromatic Colors of #DBC4B1
Black with #DBC4B1
Text Example
Text Example
White with #DBC4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4B1; }
p { color: rgb(219,196,177); }
H1.HeaderClassName
{
color: #DBC4B1;
}
.AnyTagClassName
{
color: #DBC4B1;
}
</style>
background-color css
<style>
a { background-color: #DBC4B1; }
a { background-color: rgb(219,196,177); }
div.DivClassName
{
background-color: #DBC4B1;
}
.BgClassName
{
background-color: #DBC4B1;
}
</style>
border-color css
<style>
span { border-color: #DBC4B1; }
span { border-color: rgb(219,196,177); }
td.TdClassName
{
border-color: #DBC4B1;
}
.TagClassName
{
border-color: #DBC4B1;
}
</style>