Shades of Bone #DDBCA0
Tints of Bone #DDBCA0
RGB
CMYK
RGB Variations
Color information
#DDBCA0 (or 0xDDBCA0) is known color: Bone. HEX triplet: DD, BC and A0. RGB value is (221,188,160). Sum of RGB (Red+Green+Blue) = 221+188+160=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCA0 is #22435F. Grayscale: #C2C2C2. Windows color (decimal): -2245472 or 10534109. OLE color: 10534109.
HSL color Cylindrical-coordinate representation of color #DDBCA0: hue angle of 27.54º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDBCA0 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 160 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.13 |
| HSL | 27.54º | 0.47% | 0.75% | - |
| HSV(B) | 27.54º | 0.28% | 0.87% | - |
| XYZ | 54.15 | 53.88 | 40.8 | - |
| YUV | 194.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 160 | 0 | 0.15 | 0.28 | 0.13 | 27.54 | 0.47 | 0.75 |
| Hex | DD | BC | A0 | 0 | F | 1C | D | 1C | 2F | 4B |
| Octal | 335 | 274 | 240 | 0 | 17 | 34 | 15 | 34 | 57 | 113 |
| Binary | 11011101 | 10111100 | 10100000 | 0 | 1111 | 11100 | 1101 | 11100 | 101111 | 1001011 |
Color Harmonies of #DDBCA0
Complementary color
Monochromatic Colors of #DDBCA0
Black with #DDBCA0
Text Example
Text Example
White with #DDBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCA0; }
p { color: rgb(221,188,160); }
H1.HeaderClassName
{
color: #DDBCA0;
}
.AnyTagClassName
{
color: #DDBCA0;
}
</style>
background-color css
<style>
a { background-color: #DDBCA0; }
a { background-color: rgb(221,188,160); }
div.DivClassName
{
background-color: #DDBCA0;
}
.BgClassName
{
background-color: #DDBCA0;
}
</style>
border-color css
<style>
span { border-color: #DDBCA0; }
span { border-color: rgb(221,188,160); }
td.TdClassName
{
border-color: #DDBCA0;
}
.TagClassName
{
border-color: #DDBCA0;
}
</style>