Shades of Bone #DCBEA1
Tints of Bone #DCBEA1
RGB
CMYK
RGB Variations
Color information
#DCBEA1 (or 0xDCBEA1) is known color: Bone. HEX triplet: DC, BE and A1. RGB value is (220,190,161). Sum of RGB (Red+Green+Blue) = 220+190+161=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEA1 is #23415E. Grayscale: #C3C3C3. Windows color (decimal): -2310495 or 10600156. OLE color: 10600156.
HSL color Cylindrical-coordinate representation of color #DCBEA1: hue angle of 29.49º 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 #DCBEA1 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 161 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.14 |
| HSL | 29.49º | 0.46% | 0.75% | - |
| HSV(B) | 29.49º | 0.27% | 0.86% | - |
| XYZ | 54.36 | 54.62 | 41.39 | - |
| YUV | 195.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 161 | 0 | 0.14 | 0.27 | 0.14 | 29.49 | 0.46 | 0.75 |
| Hex | DC | BE | A1 | 0 | E | 1B | E | 1D | 2E | 4B |
| Octal | 334 | 276 | 241 | 0 | 16 | 33 | 16 | 35 | 56 | 113 |
| Binary | 11011100 | 10111110 | 10100001 | 0 | 1110 | 11011 | 1110 | 11101 | 101110 | 1001011 |
Color Harmonies of #DCBEA1
Complementary color
Monochromatic Colors of #DCBEA1
Black with #DCBEA1
Text Example
Text Example
White with #DCBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEA1; }
p { color: rgb(220,190,161); }
H1.HeaderClassName
{
color: #DCBEA1;
}
.AnyTagClassName
{
color: #DCBEA1;
}
</style>
background-color css
<style>
a { background-color: #DCBEA1; }
a { background-color: rgb(220,190,161); }
div.DivClassName
{
background-color: #DCBEA1;
}
.BgClassName
{
background-color: #DCBEA1;
}
</style>
border-color css
<style>
span { border-color: #DCBEA1; }
span { border-color: rgb(220,190,161); }
td.TdClassName
{
border-color: #DCBEA1;
}
.TagClassName
{
border-color: #DCBEA1;
}
</style>