Shades of Bone #DBBC9F
Tints of Bone #DBBC9F
RGB
CMYK
RGB Variations
Color information
#DBBC9F (or 0xDBBC9F) is known color: Bone. HEX triplet: DB, BC and 9F. RGB value is (219,188,159). Sum of RGB (Red+Green+Blue) = 219+188+159=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC9F is #244360. Grayscale: #C2C2C2. Windows color (decimal): -2376545 or 10468571. OLE color: 10468571.
HSL color Cylindrical-coordinate representation of color #DBBC9F: hue angle of 29º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBBC9F is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 159 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.14 |
| HSL | 29º | 0.45% | 0.74% | - |
| HSV(B) | 29º | 0.27% | 0.86% | - |
| XYZ | 53.45 | 53.53 | 40.32 | - |
| YUV | 193.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 159 | 0 | 0.14 | 0.27 | 0.14 | 29 | 0.45 | 0.74 |
| Hex | DB | BC | 9F | 0 | E | 1B | E | 1D | 2D | 4A |
| Octal | 333 | 274 | 237 | 0 | 16 | 33 | 16 | 35 | 55 | 112 |
| Binary | 11011011 | 10111100 | 10011111 | 0 | 1110 | 11011 | 1110 | 11101 | 101101 | 1001010 |
Color Harmonies of #DBBC9F
Complementary color
Monochromatic Colors of #DBBC9F
Black with #DBBC9F
Text Example
Text Example
White with #DBBC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC9F; }
p { color: rgb(219,188,159); }
H1.HeaderClassName
{
color: #DBBC9F;
}
.AnyTagClassName
{
color: #DBBC9F;
}
</style>
background-color css
<style>
a { background-color: #DBBC9F; }
a { background-color: rgb(219,188,159); }
div.DivClassName
{
background-color: #DBBC9F;
}
.BgClassName
{
background-color: #DBBC9F;
}
</style>
border-color css
<style>
span { border-color: #DBBC9F; }
span { border-color: rgb(219,188,159); }
td.TdClassName
{
border-color: #DBBC9F;
}
.TagClassName
{
border-color: #DBBC9F;
}
</style>