Shades of Bone #DBBD9F
Tints of Bone #DBBD9F
RGB
CMYK
RGB Variations
Color information
#DBBD9F (or 0xDBBD9F) is known color: Bone. HEX triplet: DB, BD and 9F. RGB value is (219,189,159). Sum of RGB (Red+Green+Blue) = 219+189+159=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD9F is #244260. Grayscale: #C2C2C2. Windows color (decimal): -2376289 or 10468827. OLE color: 10468827.
HSL color Cylindrical-coordinate representation of color #DBBD9F: hue angle of 30º 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 #DBBD9F is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 159 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.14 |
| HSL | 30º | 0.45% | 0.74% | - |
| HSV(B) | 30º | 0.27% | 0.86% | - |
| XYZ | 53.67 | 53.96 | 40.39 | - |
| YUV | 194.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 159 | 0 | 0.14 | 0.27 | 0.14 | 30 | 0.45 | 0.74 |
| Hex | DB | BD | 9F | 0 | E | 1B | E | 1E | 2D | 4A |
| Octal | 333 | 275 | 237 | 0 | 16 | 33 | 16 | 36 | 55 | 112 |
| Binary | 11011011 | 10111101 | 10011111 | 0 | 1110 | 11011 | 1110 | 11110 | 101101 | 1001010 |
Color Harmonies of #DBBD9F
Complementary color
Monochromatic Colors of #DBBD9F
Black with #DBBD9F
Text Example
Text Example
White with #DBBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD9F; }
p { color: rgb(219,189,159); }
H1.HeaderClassName
{
color: #DBBD9F;
}
.AnyTagClassName
{
color: #DBBD9F;
}
</style>
background-color css
<style>
a { background-color: #DBBD9F; }
a { background-color: rgb(219,189,159); }
div.DivClassName
{
background-color: #DBBD9F;
}
.BgClassName
{
background-color: #DBBD9F;
}
</style>
border-color css
<style>
span { border-color: #DBBD9F; }
span { border-color: rgb(219,189,159); }
td.TdClassName
{
border-color: #DBBD9F;
}
.TagClassName
{
border-color: #DBBD9F;
}
</style>