Shades of Bone #DBC1A8
Tints of Bone #DBC1A8
RGB
CMYK
RGB Variations
Color information
#DBC1A8 (or 0xDBC1A8) is known color: Bone. HEX triplet: DB, C1 and A8. RGB value is (219,193,168). Sum of RGB (Red+Green+Blue) = 219+193+168=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC1A8 is #243E57. Grayscale: #C6C6C6. Windows color (decimal): -2375256 or 11059675. OLE color: 11059675.
HSL color Cylindrical-coordinate representation of color #DBC1A8: hue angle of 29.41º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBC1A8 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 168 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.14 |
| HSL | 29.41º | 0.41% | 0.76% | - |
| HSV(B) | 29.41º | 0.23% | 0.86% | - |
| XYZ | 55.35 | 56.03 | 44.94 | - |
| YUV | 197.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 168 | 0 | 0.12 | 0.23 | 0.14 | 29.41 | 0.41 | 0.76 |
| Hex | DB | C1 | A8 | 0 | C | 17 | E | 1D | 29 | 4C |
| Octal | 333 | 301 | 250 | 0 | 14 | 27 | 16 | 35 | 51 | 114 |
| Binary | 11011011 | 11000001 | 10101000 | 0 | 1100 | 10111 | 1110 | 11101 | 101001 | 1001100 |
Color Harmonies of #DBC1A8
Complementary color
Monochromatic Colors of #DBC1A8
Black with #DBC1A8
Text Example
Text Example
White with #DBC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1A8; }
p { color: rgb(219,193,168); }
H1.HeaderClassName
{
color: #DBC1A8;
}
.AnyTagClassName
{
color: #DBC1A8;
}
</style>
background-color css
<style>
a { background-color: #DBC1A8; }
a { background-color: rgb(219,193,168); }
div.DivClassName
{
background-color: #DBC1A8;
}
.BgClassName
{
background-color: #DBC1A8;
}
</style>
border-color css
<style>
span { border-color: #DBC1A8; }
span { border-color: rgb(219,193,168); }
td.TdClassName
{
border-color: #DBC1A8;
}
.TagClassName
{
border-color: #DBC1A8;
}
</style>