Shades of Bone #DBBCA1
Tints of Bone #DBBCA1
RGB
CMYK
RGB Variations
Color information
#DBBCA1 (or 0xDBBCA1) is known color: Bone. HEX triplet: DB, BC and A1. RGB value is (219,188,161). Sum of RGB (Red+Green+Blue) = 219+188+161=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCA1 is #24435E. Grayscale: #C2C2C2. Windows color (decimal): -2376543 or 10599643. OLE color: 10599643.
HSL color Cylindrical-coordinate representation of color #DBBCA1: hue angle of 27.93º 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 #DBBCA1 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 161 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.14 |
| HSL | 27.93º | 0.45% | 0.75% | - |
| HSV(B) | 27.93º | 0.26% | 0.86% | - |
| XYZ | 53.63 | 53.6 | 41.24 | - |
| YUV | 194.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 161 | 0 | 0.14 | 0.26 | 0.14 | 27.93 | 0.45 | 0.75 |
| Hex | DB | BC | A1 | 0 | E | 1A | E | 1C | 2D | 4B |
| Octal | 333 | 274 | 241 | 0 | 16 | 32 | 16 | 34 | 55 | 113 |
| Binary | 11011011 | 10111100 | 10100001 | 0 | 1110 | 11010 | 1110 | 11100 | 101101 | 1001011 |
Color Harmonies of #DBBCA1
Complementary color
Monochromatic Colors of #DBBCA1
Black with #DBBCA1
Text Example
Text Example
White with #DBBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCA1; }
p { color: rgb(219,188,161); }
H1.HeaderClassName
{
color: #DBBCA1;
}
.AnyTagClassName
{
color: #DBBCA1;
}
</style>
background-color css
<style>
a { background-color: #DBBCA1; }
a { background-color: rgb(219,188,161); }
div.DivClassName
{
background-color: #DBBCA1;
}
.BgClassName
{
background-color: #DBBCA1;
}
</style>
border-color css
<style>
span { border-color: #DBBCA1; }
span { border-color: rgb(219,188,161); }
td.TdClassName
{
border-color: #DBBCA1;
}
.TagClassName
{
border-color: #DBBCA1;
}
</style>