Shades of Bone #DBC2AC
Tints of Bone #DBC2AC
RGB
CMYK
RGB Variations
Color information
#DBC2AC (or 0xDBC2AC) is known color: Bone. HEX triplet: DB, C2 and AC. RGB value is (219,194,172). Sum of RGB (Red+Green+Blue) = 219+194+172=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC2AC is #243D53. Grayscale: #C7C7C7. Windows color (decimal): -2374996 or 11322075. OLE color: 11322075.
HSL color Cylindrical-coordinate representation of color #DBC2AC: hue angle of 28.09º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC2AC is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 172 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.14 |
| HSL | 28.09º | 0.39% | 0.77% | - |
| HSV(B) | 28.09º | 0.21% | 0.86% | - |
| XYZ | 55.95 | 56.62 | 47.01 | - |
| YUV | 198.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 172 | 0 | 0.11 | 0.21 | 0.14 | 28.09 | 0.39 | 0.77 |
| Hex | DB | C2 | AC | 0 | B | 15 | E | 1C | 27 | 4D |
| Octal | 333 | 302 | 254 | 0 | 13 | 25 | 16 | 34 | 47 | 115 |
| Binary | 11011011 | 11000010 | 10101100 | 0 | 1011 | 10101 | 1110 | 11100 | 100111 | 1001101 |
Color Harmonies of #DBC2AC
Complementary color
Monochromatic Colors of #DBC2AC
Black with #DBC2AC
Text Example
Text Example
White with #DBC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2AC; }
p { color: rgb(219,194,172); }
H1.HeaderClassName
{
color: #DBC2AC;
}
.AnyTagClassName
{
color: #DBC2AC;
}
</style>
background-color css
<style>
a { background-color: #DBC2AC; }
a { background-color: rgb(219,194,172); }
div.DivClassName
{
background-color: #DBC2AC;
}
.BgClassName
{
background-color: #DBC2AC;
}
</style>
border-color css
<style>
span { border-color: #DBC2AC; }
span { border-color: rgb(219,194,172); }
td.TdClassName
{
border-color: #DBC2AC;
}
.TagClassName
{
border-color: #DBC2AC;
}
</style>