Shades of Bone #DDC0A9
Tints of Bone #DDC0A9
RGB
CMYK
RGB Variations
Color information
#DDC0A9 (or 0xDDC0A9) is known color: Bone. HEX triplet: DD, C0 and A9. RGB value is (221,192,169). Sum of RGB (Red+Green+Blue) = 221+192+169=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0A9 is #223F56. Grayscale: #C6C6C6. Windows color (decimal): -2244439 or 11124957. OLE color: 11124957.
HSL color Cylindrical-coordinate representation of color #DDC0A9: hue angle of 26.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDC0A9 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 169 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.13 |
| HSL | 26.54º | 0.43% | 0.76% | - |
| HSV(B) | 26.54º | 0.24% | 0.87% | - |
| XYZ | 55.83 | 55.94 | 45.39 | - |
| YUV | 198.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 169 | 0 | 0.13 | 0.24 | 0.13 | 26.54 | 0.43 | 0.76 |
| Hex | DD | C0 | A9 | 0 | D | 18 | D | 1B | 2B | 4C |
| Octal | 335 | 300 | 251 | 0 | 15 | 30 | 15 | 33 | 53 | 114 |
| Binary | 11011101 | 11000000 | 10101001 | 0 | 1101 | 11000 | 1101 | 11011 | 101011 | 1001100 |
Color Harmonies of #DDC0A9
Complementary color
Monochromatic Colors of #DDC0A9
Black with #DDC0A9
Text Example
Text Example
White with #DDC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0A9; }
p { color: rgb(221,192,169); }
H1.HeaderClassName
{
color: #DDC0A9;
}
.AnyTagClassName
{
color: #DDC0A9;
}
</style>
background-color css
<style>
a { background-color: #DDC0A9; }
a { background-color: rgb(221,192,169); }
div.DivClassName
{
background-color: #DDC0A9;
}
.BgClassName
{
background-color: #DDC0A9;
}
</style>
border-color css
<style>
span { border-color: #DDC0A9; }
span { border-color: rgb(221,192,169); }
td.TdClassName
{
border-color: #DDC0A9;
}
.TagClassName
{
border-color: #DDC0A9;
}
</style>