Shades of Bone #DBC3AF
Tints of Bone #DBC3AF
RGB
CMYK
RGB Variations
Color information
#DBC3AF (or 0xDBC3AF) is known color: Bone. HEX triplet: DB, C3 and AF. RGB value is (219,195,175). Sum of RGB (Red+Green+Blue) = 219+195+175=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC3AF is #243C50. Grayscale: #C8C8C8. Windows color (decimal): -2374737 or 11518939. OLE color: 11518939.
HSL color Cylindrical-coordinate representation of color #DBC3AF: hue angle of 27.27º 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 #DBC3AF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 175 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.14 |
| HSL | 27.27º | 0.38% | 0.77% | - |
| HSV(B) | 27.27º | 0.2% | 0.86% | - |
| XYZ | 56.47 | 57.19 | 48.62 | - |
| YUV | 199.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 175 | 0 | 0.11 | 0.20 | 0.14 | 27.27 | 0.38 | 0.77 |
| Hex | DB | C3 | AF | 0 | B | 14 | E | 1B | 26 | 4D |
| Octal | 333 | 303 | 257 | 0 | 13 | 24 | 16 | 33 | 46 | 115 |
| Binary | 11011011 | 11000011 | 10101111 | 0 | 1011 | 10100 | 1110 | 11011 | 100110 | 1001101 |
Color Harmonies of #DBC3AF
Complementary color
Monochromatic Colors of #DBC3AF
Black with #DBC3AF
Text Example
Text Example
White with #DBC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3AF; }
p { color: rgb(219,195,175); }
H1.HeaderClassName
{
color: #DBC3AF;
}
.AnyTagClassName
{
color: #DBC3AF;
}
</style>
background-color css
<style>
a { background-color: #DBC3AF; }
a { background-color: rgb(219,195,175); }
div.DivClassName
{
background-color: #DBC3AF;
}
.BgClassName
{
background-color: #DBC3AF;
}
</style>
border-color css
<style>
span { border-color: #DBC3AF; }
span { border-color: rgb(219,195,175); }
td.TdClassName
{
border-color: #DBC3AF;
}
.TagClassName
{
border-color: #DBC3AF;
}
</style>