Shades of Bone #DCBB9F
Tints of Bone #DCBB9F
RGB
CMYK
RGB Variations
Color information
#DCBB9F (or 0xDCBB9F) is known color: Bone. HEX triplet: DC, BB and 9F. RGB value is (220,187,159). Sum of RGB (Red+Green+Blue) = 220+187+159=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB9F is #234460. Grayscale: #C1C1C1. Windows color (decimal): -2311265 or 10468316. OLE color: 10468316.
HSL color Cylindrical-coordinate representation of color #DCBB9F: hue angle of 27.54º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCBB9F is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 159 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.14 |
| HSL | 27.54º | 0.47% | 0.74% | - |
| HSV(B) | 27.54º | 0.28% | 0.86% | - |
| XYZ | 53.54 | 53.26 | 40.26 | - |
| YUV | 193.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 159 | 0 | 0.15 | 0.28 | 0.14 | 27.54 | 0.47 | 0.74 |
| Hex | DC | BB | 9F | 0 | F | 1C | E | 1C | 2F | 4A |
| Octal | 334 | 273 | 237 | 0 | 17 | 34 | 16 | 34 | 57 | 112 |
| Binary | 11011100 | 10111011 | 10011111 | 0 | 1111 | 11100 | 1110 | 11100 | 101111 | 1001010 |
Color Harmonies of #DCBB9F
Complementary color
Monochromatic Colors of #DCBB9F
Black with #DCBB9F
Text Example
Text Example
White with #DCBB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB9F; }
p { color: rgb(220,187,159); }
H1.HeaderClassName
{
color: #DCBB9F;
}
.AnyTagClassName
{
color: #DCBB9F;
}
</style>
background-color css
<style>
a { background-color: #DCBB9F; }
a { background-color: rgb(220,187,159); }
div.DivClassName
{
background-color: #DCBB9F;
}
.BgClassName
{
background-color: #DCBB9F;
}
</style>
border-color css
<style>
span { border-color: #DCBB9F; }
span { border-color: rgb(220,187,159); }
td.TdClassName
{
border-color: #DCBB9F;
}
.TagClassName
{
border-color: #DCBB9F;
}
</style>