Shades of Bone #DCBEA3
Tints of Bone #DCBEA3
RGB
CMYK
RGB Variations
Color information
#DCBEA3 (or 0xDCBEA3) is known color: Bone. HEX triplet: DC, BE and A3. RGB value is (220,190,163). Sum of RGB (Red+Green+Blue) = 220+190+163=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEA3 is #23415C. Grayscale: #C4C4C4. Windows color (decimal): -2310493 or 10731228. OLE color: 10731228.
HSL color Cylindrical-coordinate representation of color #DCBEA3: hue angle of 28.42º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCBEA3 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 163 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.14 |
| HSL | 28.42º | 0.45% | 0.75% | - |
| HSV(B) | 28.42º | 0.26% | 0.86% | - |
| XYZ | 54.54 | 54.69 | 42.33 | - |
| YUV | 195.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 163 | 0 | 0.14 | 0.26 | 0.14 | 28.42 | 0.45 | 0.75 |
| Hex | DC | BE | A3 | 0 | E | 1A | E | 1C | 2D | 4B |
| Octal | 334 | 276 | 243 | 0 | 16 | 32 | 16 | 34 | 55 | 113 |
| Binary | 11011100 | 10111110 | 10100011 | 0 | 1110 | 11010 | 1110 | 11100 | 101101 | 1001011 |
Color Harmonies of #DCBEA3
Complementary color
Monochromatic Colors of #DCBEA3
Black with #DCBEA3
Text Example
Text Example
White with #DCBEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEA3; }
p { color: rgb(220,190,163); }
H1.HeaderClassName
{
color: #DCBEA3;
}
.AnyTagClassName
{
color: #DCBEA3;
}
</style>
background-color css
<style>
a { background-color: #DCBEA3; }
a { background-color: rgb(220,190,163); }
div.DivClassName
{
background-color: #DCBEA3;
}
.BgClassName
{
background-color: #DCBEA3;
}
</style>
border-color css
<style>
span { border-color: #DCBEA3; }
span { border-color: rgb(220,190,163); }
td.TdClassName
{
border-color: #DCBEA3;
}
.TagClassName
{
border-color: #DCBEA3;
}
</style>