Shades of Bone #DBC8B1
Tints of Bone #DBC8B1
RGB
CMYK
RGB Variations
Color information
#DBC8B1 (or 0xDBC8B1) is known color: Bone. HEX triplet: DB, C8 and B1. RGB value is (219,200,177). Sum of RGB (Red+Green+Blue) = 219+200+177=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 177 (69.53% from 255 or 29.70% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC8B1 is #24374E. Grayscale: #CBCBCB. Windows color (decimal): -2373455 or 11651291. OLE color: 11651291.
HSL color Cylindrical-coordinate representation of color #DBC8B1: hue angle of 32.86º 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 #DBC8B1 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 177 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.14 |
| HSL | 32.86º | 0.37% | 0.78% | - |
| HSV(B) | 32.86º | 0.19% | 0.86% | - |
| XYZ | 57.8 | 59.54 | 50.04 | - |
| YUV | 203.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 177 | 0 | 0.09 | 0.19 | 0.14 | 32.86 | 0.37 | 0.78 |
| Hex | DB | C8 | B1 | 0 | 9 | 13 | E | 21 | 25 | 4E |
| Octal | 333 | 310 | 261 | 0 | 11 | 23 | 16 | 41 | 45 | 116 |
| Binary | 11011011 | 11001000 | 10110001 | 0 | 1001 | 10011 | 1110 | 100001 | 100101 | 1001110 |
Color Harmonies of #DBC8B1
Complementary color
Monochromatic Colors of #DBC8B1
Black with #DBC8B1
Text Example
Text Example
White with #DBC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8B1; }
p { color: rgb(219,200,177); }
H1.HeaderClassName
{
color: #DBC8B1;
}
.AnyTagClassName
{
color: #DBC8B1;
}
</style>
background-color css
<style>
a { background-color: #DBC8B1; }
a { background-color: rgb(219,200,177); }
div.DivClassName
{
background-color: #DBC8B1;
}
.BgClassName
{
background-color: #DBC8B1;
}
</style>
border-color css
<style>
span { border-color: #DBC8B1; }
span { border-color: rgb(219,200,177); }
td.TdClassName
{
border-color: #DBC8B1;
}
.TagClassName
{
border-color: #DBC8B1;
}
</style>