Shades of Bone #DCBCA0
Tints of Bone #DCBCA0
RGB
CMYK
RGB Variations
Color information
#DCBCA0 (or 0xDCBCA0) is known color: Bone. HEX triplet: DC, BC and A0. RGB value is (220,188,160). Sum of RGB (Red+Green+Blue) = 220+188+160=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCA0 is #23435F. Grayscale: #C2C2C2. Windows color (decimal): -2311008 or 10534108. OLE color: 10534108.
HSL color Cylindrical-coordinate representation of color #DCBCA0: hue angle of 28º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCBCA0 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 160 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.14 |
| HSL | 28º | 0.46% | 0.75% | - |
| HSV(B) | 28º | 0.27% | 0.86% | - |
| XYZ | 53.84 | 53.72 | 40.79 | - |
| YUV | 194.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 160 | 0 | 0.15 | 0.27 | 0.14 | 28 | 0.46 | 0.75 |
| Hex | DC | BC | A0 | 0 | F | 1B | E | 1C | 2E | 4B |
| Octal | 334 | 274 | 240 | 0 | 17 | 33 | 16 | 34 | 56 | 113 |
| Binary | 11011100 | 10111100 | 10100000 | 0 | 1111 | 11011 | 1110 | 11100 | 101110 | 1001011 |
Color Harmonies of #DCBCA0
Complementary color
Monochromatic Colors of #DCBCA0
Black with #DCBCA0
Text Example
Text Example
White with #DCBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCA0; }
p { color: rgb(220,188,160); }
H1.HeaderClassName
{
color: #DCBCA0;
}
.AnyTagClassName
{
color: #DCBCA0;
}
</style>
background-color css
<style>
a { background-color: #DCBCA0; }
a { background-color: rgb(220,188,160); }
div.DivClassName
{
background-color: #DCBCA0;
}
.BgClassName
{
background-color: #DCBCA0;
}
</style>
border-color css
<style>
span { border-color: #DCBCA0; }
span { border-color: rgb(220,188,160); }
td.TdClassName
{
border-color: #DCBCA0;
}
.TagClassName
{
border-color: #DCBCA0;
}
</style>