Shades of Bone #DBC2A5
Tints of Bone #DBC2A5
RGB
CMYK
RGB Variations
Color information
#DBC2A5 (or 0xDBC2A5) is known color: Bone. HEX triplet: DB, C2 and A5. RGB value is (219,194,165). Sum of RGB (Red+Green+Blue) = 219+194+165=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC2A5 is #243D5A. Grayscale: #C6C6C6. Windows color (decimal): -2375003 or 10863323. OLE color: 10863323.
HSL color Cylindrical-coordinate representation of color #DBC2A5: hue angle of 32.22º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBC2A5 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 165 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.14 |
| HSL | 32.22º | 0.43% | 0.75% | - |
| HSV(B) | 32.22º | 0.25% | 0.86% | - |
| XYZ | 55.3 | 56.36 | 43.56 | - |
| YUV | 198.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 165 | 0 | 0.11 | 0.25 | 0.14 | 32.22 | 0.43 | 0.75 |
| Hex | DB | C2 | A5 | 0 | B | 19 | E | 20 | 2B | 4B |
| Octal | 333 | 302 | 245 | 0 | 13 | 31 | 16 | 40 | 53 | 113 |
| Binary | 11011011 | 11000010 | 10100101 | 0 | 1011 | 11001 | 1110 | 100000 | 101011 | 1001011 |
Color Harmonies of #DBC2A5
Complementary color
Monochromatic Colors of #DBC2A5
Black with #DBC2A5
Text Example
Text Example
White with #DBC2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2A5; }
p { color: rgb(219,194,165); }
H1.HeaderClassName
{
color: #DBC2A5;
}
.AnyTagClassName
{
color: #DBC2A5;
}
</style>
background-color css
<style>
a { background-color: #DBC2A5; }
a { background-color: rgb(219,194,165); }
div.DivClassName
{
background-color: #DBC2A5;
}
.BgClassName
{
background-color: #DBC2A5;
}
</style>
border-color css
<style>
span { border-color: #DBC2A5; }
span { border-color: rgb(219,194,165); }
td.TdClassName
{
border-color: #DBC2A5;
}
.TagClassName
{
border-color: #DBC2A5;
}
</style>