Shades of Bone #DBBBA1
Tints of Bone #DBBBA1
RGB
CMYK
RGB Variations
Color information
#DBBBA1 (or 0xDBBBA1) is known color: Bone. HEX triplet: DB, BB and A1. RGB value is (219,187,161). Sum of RGB (Red+Green+Blue) = 219+187+161=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBA1 is #24445E. Grayscale: #C1C1C1. Windows color (decimal): -2376799 or 10599387. OLE color: 10599387.
HSL color Cylindrical-coordinate representation of color #DBBBA1: hue angle of 26.9º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBBA1 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 161 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.14 |
| HSL | 26.9º | 0.45% | 0.75% | - |
| HSV(B) | 26.9º | 0.26% | 0.86% | - |
| XYZ | 53.42 | 53.17 | 41.17 | - |
| YUV | 193.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 161 | 0 | 0.15 | 0.26 | 0.14 | 26.9 | 0.45 | 0.75 |
| Hex | DB | BB | A1 | 0 | F | 1A | E | 1B | 2D | 4B |
| Octal | 333 | 273 | 241 | 0 | 17 | 32 | 16 | 33 | 55 | 113 |
| Binary | 11011011 | 10111011 | 10100001 | 0 | 1111 | 11010 | 1110 | 11011 | 101101 | 1001011 |
Color Harmonies of #DBBBA1
Complementary color
Monochromatic Colors of #DBBBA1
Black with #DBBBA1
Text Example
Text Example
White with #DBBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBA1; }
p { color: rgb(219,187,161); }
H1.HeaderClassName
{
color: #DBBBA1;
}
.AnyTagClassName
{
color: #DBBBA1;
}
</style>
background-color css
<style>
a { background-color: #DBBBA1; }
a { background-color: rgb(219,187,161); }
div.DivClassName
{
background-color: #DBBBA1;
}
.BgClassName
{
background-color: #DBBBA1;
}
</style>
border-color css
<style>
span { border-color: #DBBBA1; }
span { border-color: rgb(219,187,161); }
td.TdClassName
{
border-color: #DBBBA1;
}
.TagClassName
{
border-color: #DBBBA1;
}
</style>