Shades of Bone #DBC7B8
Tints of Bone #DBC7B8
RGB
CMYK
RGB Variations
Color information
#DBC7B8 (or 0xDBC7B8) is known color: Bone. HEX triplet: DB, C7 and B8. RGB value is (219,199,184). Sum of RGB (Red+Green+Blue) = 219+199+184=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7B8 is #243847. Grayscale: #CBCBCB. Windows color (decimal): -2373704 or 12109787. OLE color: 12109787.
HSL color Cylindrical-coordinate representation of color #DBC7B8: hue angle of 25.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBC7B8 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 184 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.14 |
| HSL | 25.71º | 0.33% | 0.79% | - |
| HSV(B) | 25.71º | 0.16% | 0.86% | - |
| XYZ | 58.29 | 59.37 | 53.73 | - |
| YUV | 203.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 184 | 0 | 0.09 | 0.16 | 0.14 | 25.71 | 0.33 | 0.79 |
| Hex | DB | C7 | B8 | 0 | 9 | 10 | E | 1A | 21 | 4F |
| Octal | 333 | 307 | 270 | 0 | 11 | 20 | 16 | 32 | 41 | 117 |
| Binary | 11011011 | 11000111 | 10111000 | 0 | 1001 | 10000 | 1110 | 11010 | 100001 | 1001111 |
Color Harmonies of #DBC7B8
Complementary color
Monochromatic Colors of #DBC7B8
Black with #DBC7B8
Text Example
Text Example
White with #DBC7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7B8; }
p { color: rgb(219,199,184); }
H1.HeaderClassName
{
color: #DBC7B8;
}
.AnyTagClassName
{
color: #DBC7B8;
}
</style>
background-color css
<style>
a { background-color: #DBC7B8; }
a { background-color: rgb(219,199,184); }
div.DivClassName
{
background-color: #DBC7B8;
}
.BgClassName
{
background-color: #DBC7B8;
}
</style>
border-color css
<style>
span { border-color: #DBC7B8; }
span { border-color: rgb(219,199,184); }
td.TdClassName
{
border-color: #DBC7B8;
}
.TagClassName
{
border-color: #DBC7B8;
}
</style>