Shades of Bone #DCBDA3
Tints of Bone #DCBDA3
RGB
CMYK
RGB Variations
Color information
#DCBDA3 (or 0xDCBDA3) is known color: Bone. HEX triplet: DC, BD and A3. RGB value is (220,189,163). Sum of RGB (Red+Green+Blue) = 220+189+163=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDA3 is #23425C. Grayscale: #C3C3C3. Windows color (decimal): -2310749 or 10730972. OLE color: 10730972.
HSL color Cylindrical-coordinate representation of color #DCBDA3: hue angle of 27.37º 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 #DCBDA3 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 163 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.14 |
| HSL | 27.37º | 0.45% | 0.75% | - |
| HSV(B) | 27.37º | 0.26% | 0.86% | - |
| XYZ | 54.32 | 54.26 | 42.26 | - |
| YUV | 195.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 163 | 0 | 0.14 | 0.26 | 0.14 | 27.37 | 0.45 | 0.75 |
| Hex | DC | BD | A3 | 0 | E | 1A | E | 1B | 2D | 4B |
| Octal | 334 | 275 | 243 | 0 | 16 | 32 | 16 | 33 | 55 | 113 |
| Binary | 11011100 | 10111101 | 10100011 | 0 | 1110 | 11010 | 1110 | 11011 | 101101 | 1001011 |
Color Harmonies of #DCBDA3
Complementary color
Monochromatic Colors of #DCBDA3
Black with #DCBDA3
Text Example
Text Example
White with #DCBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDA3; }
p { color: rgb(220,189,163); }
H1.HeaderClassName
{
color: #DCBDA3;
}
.AnyTagClassName
{
color: #DCBDA3;
}
</style>
background-color css
<style>
a { background-color: #DCBDA3; }
a { background-color: rgb(220,189,163); }
div.DivClassName
{
background-color: #DCBDA3;
}
.BgClassName
{
background-color: #DCBDA3;
}
</style>
border-color css
<style>
span { border-color: #DCBDA3; }
span { border-color: rgb(220,189,163); }
td.TdClassName
{
border-color: #DCBDA3;
}
.TagClassName
{
border-color: #DCBDA3;
}
</style>