Shades of Bone #DBC5B4
Tints of Bone #DBC5B4
RGB
CMYK
RGB Variations
Color information
#DBC5B4 (or 0xDBC5B4) is known color: Bone. HEX triplet: DB, C5 and B4. RGB value is (219,197,180). Sum of RGB (Red+Green+Blue) = 219+197+180=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5B4 is #243A4B. Grayscale: #C9C9C9. Windows color (decimal): -2374220 or 11847131. OLE color: 11847131.
HSL color Cylindrical-coordinate representation of color #DBC5B4: hue angle of 26.15º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC5B4 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 180 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.14 |
| HSL | 26.15º | 0.35% | 0.78% | - |
| HSV(B) | 26.15º | 0.18% | 0.86% | - |
| XYZ | 57.42 | 58.29 | 51.4 | - |
| YUV | 201.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 180 | 0 | 0.10 | 0.18 | 0.14 | 26.15 | 0.35 | 0.78 |
| Hex | DB | C5 | B4 | 0 | A | 12 | E | 1A | 23 | 4E |
| Octal | 333 | 305 | 264 | 0 | 12 | 22 | 16 | 32 | 43 | 116 |
| Binary | 11011011 | 11000101 | 10110100 | 0 | 1010 | 10010 | 1110 | 11010 | 100011 | 1001110 |
Color Harmonies of #DBC5B4
Complementary color
Monochromatic Colors of #DBC5B4
Black with #DBC5B4
Text Example
Text Example
White with #DBC5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5B4; }
p { color: rgb(219,197,180); }
H1.HeaderClassName
{
color: #DBC5B4;
}
.AnyTagClassName
{
color: #DBC5B4;
}
</style>
background-color css
<style>
a { background-color: #DBC5B4; }
a { background-color: rgb(219,197,180); }
div.DivClassName
{
background-color: #DBC5B4;
}
.BgClassName
{
background-color: #DBC5B4;
}
</style>
border-color css
<style>
span { border-color: #DBC5B4; }
span { border-color: rgb(219,197,180); }
td.TdClassName
{
border-color: #DBC5B4;
}
.TagClassName
{
border-color: #DBC5B4;
}
</style>