Shades of Bone #DBC2AB
Tints of Bone #DBC2AB
RGB
CMYK
RGB Variations
Color information
#DBC2AB (or 0xDBC2AB) is known color: Bone. HEX triplet: DB, C2 and AB. RGB value is (219,194,171). Sum of RGB (Red+Green+Blue) = 219+194+171=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC2AB is #243D54. Grayscale: #C6C6C6. Windows color (decimal): -2374997 or 11256539. OLE color: 11256539.
HSL color Cylindrical-coordinate representation of color #DBC2AB: hue angle of 28.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC2AB is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 194 | 171 | - |
CMYK | 0 | 0.11 | 0.22 | 0.14 |
HSL | 28.75º | 0.4% | 0.76% | - |
HSV(B) | 28.75º | 0.22% | 0.86% | - |
XYZ | 55.86 | 56.58 | 46.51 | - |
YUV | 198.85 | 112.28 | 142.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 194 | 171 | 0 | 0.11 | 0.22 | 0.14 | 28.75 | 0.4 | 0.76 |
Hex | DB | C2 | AB | 0 | B | 16 | E | 1D | 28 | 4C |
Octal | 333 | 302 | 253 | 0 | 13 | 26 | 16 | 35 | 50 | 114 |
Binary | 11011011 | 11000010 | 10101011 | 0 | 1011 | 10110 | 1110 | 11101 | 101000 | 1001100 |
Color Harmonies of #DBC2AB
Complementary color
Monochromatic Colors of #DBC2AB
Black with #DBC2AB
Text Example
Text Example
White with #DBC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2AB; }
p { color: rgb(219,194,171); }
H1.HeaderClassName
{
color: #DBC2AB;
}
.AnyTagClassName
{
color: #DBC2AB;
}
</style>
background-color css
<style>
a { background-color: #DBC2AB; }
a { background-color: rgb(219,194,171); }
div.DivClassName
{
background-color: #DBC2AB;
}
.BgClassName
{
background-color: #DBC2AB;
}
</style>
border-color css
<style>
span { border-color: #DBC2AB; }
span { border-color: rgb(219,194,171); }
td.TdClassName
{
border-color: #DBC2AB;
}
.TagClassName
{
border-color: #DBC2AB;
}
</style>