Shades of Bone #DBC1AC
Tints of Bone #DBC1AC
RGB
CMYK
RGB Variations
Color information
#DBC1AC (or 0xDBC1AC) is known color: Bone. HEX triplet: DB, C1 and AC. RGB value is (219,193,172). Sum of RGB (Red+Green+Blue) = 219+193+172=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC1AC is #243E53. Grayscale: #C6C6C6. Windows color (decimal): -2375252 or 11321819. OLE color: 11321819.
HSL color Cylindrical-coordinate representation of color #DBC1AC: hue angle of 26.81º 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 #DBC1AC is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 172 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.14 |
| HSL | 26.81º | 0.39% | 0.77% | - |
| HSV(B) | 26.81º | 0.21% | 0.86% | - |
| XYZ | 55.73 | 56.18 | 46.94 | - |
| YUV | 198.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 172 | 0 | 0.12 | 0.21 | 0.14 | 26.81 | 0.39 | 0.77 |
| Hex | DB | C1 | AC | 0 | C | 15 | E | 1B | 27 | 4D |
| Octal | 333 | 301 | 254 | 0 | 14 | 25 | 16 | 33 | 47 | 115 |
| Binary | 11011011 | 11000001 | 10101100 | 0 | 1100 | 10101 | 1110 | 11011 | 100111 | 1001101 |
Color Harmonies of #DBC1AC
Complementary color
Monochromatic Colors of #DBC1AC
Black with #DBC1AC
Text Example
Text Example
White with #DBC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC1AC; }
p { color: rgb(219,193,172); }
H1.HeaderClassName
{
color: #DBC1AC;
}
.AnyTagClassName
{
color: #DBC1AC;
}
</style>
background-color css
<style>
a { background-color: #DBC1AC; }
a { background-color: rgb(219,193,172); }
div.DivClassName
{
background-color: #DBC1AC;
}
.BgClassName
{
background-color: #DBC1AC;
}
</style>
border-color css
<style>
span { border-color: #DBC1AC; }
span { border-color: rgb(219,193,172); }
td.TdClassName
{
border-color: #DBC1AC;
}
.TagClassName
{
border-color: #DBC1AC;
}
</style>