Shades of Bone #DCBDA1
Tints of Bone #DCBDA1
RGB
CMYK
RGB Variations
Color information
#DCBDA1 (or 0xDCBDA1) is known color: Bone. HEX triplet: DC, BD and A1. RGB value is (220,189,161). Sum of RGB (Red+Green+Blue) = 220+189+161=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDA1 is #23425E. Grayscale: #C3C3C3. Windows color (decimal): -2310751 or 10599900. OLE color: 10599900.
HSL color Cylindrical-coordinate representation of color #DCBDA1: hue angle of 28.47º 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 #DCBDA1 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 161 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.14 |
| HSL | 28.47º | 0.46% | 0.75% | - |
| HSV(B) | 28.47º | 0.27% | 0.86% | - |
| XYZ | 54.15 | 54.18 | 41.32 | - |
| YUV | 195.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 161 | 0 | 0.14 | 0.27 | 0.14 | 28.47 | 0.46 | 0.75 |
| Hex | DC | BD | A1 | 0 | E | 1B | E | 1C | 2E | 4B |
| Octal | 334 | 275 | 241 | 0 | 16 | 33 | 16 | 34 | 56 | 113 |
| Binary | 11011100 | 10111101 | 10100001 | 0 | 1110 | 11011 | 1110 | 11100 | 101110 | 1001011 |
Color Harmonies of #DCBDA1
Complementary color
Monochromatic Colors of #DCBDA1
Black with #DCBDA1
Text Example
Text Example
White with #DCBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDA1; }
p { color: rgb(220,189,161); }
H1.HeaderClassName
{
color: #DCBDA1;
}
.AnyTagClassName
{
color: #DCBDA1;
}
</style>
background-color css
<style>
a { background-color: #DCBDA1; }
a { background-color: rgb(220,189,161); }
div.DivClassName
{
background-color: #DCBDA1;
}
.BgClassName
{
background-color: #DCBDA1;
}
</style>
border-color css
<style>
span { border-color: #DCBDA1; }
span { border-color: rgb(220,189,161); }
td.TdClassName
{
border-color: #DCBDA1;
}
.TagClassName
{
border-color: #DCBDA1;
}
</style>