Shades of Bone #DBC5AF
Tints of Bone #DBC5AF
RGB
CMYK
RGB Variations
Color information
#DBC5AF (or 0xDBC5AF) is known color: Bone. HEX triplet: DB, C5 and AF. RGB value is (219,197,175). Sum of RGB (Red+Green+Blue) = 219+197+175=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC5AF is #243A50. Grayscale: #C9C9C9. Windows color (decimal): -2374225 or 11519451. OLE color: 11519451.
HSL color Cylindrical-coordinate representation of color #DBC5AF: hue angle of 30º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC5AF is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 175 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.14 |
| HSL | 30º | 0.38% | 0.77% | - |
| HSV(B) | 30º | 0.2% | 0.86% | - |
| XYZ | 56.92 | 58.09 | 48.77 | - |
| YUV | 201.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 175 | 0 | 0.10 | 0.20 | 0.14 | 30 | 0.38 | 0.77 |
| Hex | DB | C5 | AF | 0 | A | 14 | E | 1E | 26 | 4D |
| Octal | 333 | 305 | 257 | 0 | 12 | 24 | 16 | 36 | 46 | 115 |
| Binary | 11011011 | 11000101 | 10101111 | 0 | 1010 | 10100 | 1110 | 11110 | 100110 | 1001101 |
Color Harmonies of #DBC5AF
Complementary color
Monochromatic Colors of #DBC5AF
Black with #DBC5AF
Text Example
Text Example
White with #DBC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5AF; }
p { color: rgb(219,197,175); }
H1.HeaderClassName
{
color: #DBC5AF;
}
.AnyTagClassName
{
color: #DBC5AF;
}
</style>
background-color css
<style>
a { background-color: #DBC5AF; }
a { background-color: rgb(219,197,175); }
div.DivClassName
{
background-color: #DBC5AF;
}
.BgClassName
{
background-color: #DBC5AF;
}
</style>
border-color css
<style>
span { border-color: #DBC5AF; }
span { border-color: rgb(219,197,175); }
td.TdClassName
{
border-color: #DBC5AF;
}
.TagClassName
{
border-color: #DBC5AF;
}
</style>