Shades of Bone #DDC0A8
Tints of Bone #DDC0A8
RGB
CMYK
RGB Variations
Color information
#DDC0A8 (or 0xDDC0A8) is known color: Bone. HEX triplet: DD, C0 and A8. RGB value is (221,192,168). Sum of RGB (Red+Green+Blue) = 221+192+168=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0A8 is #223F57. Grayscale: #C6C6C6. Windows color (decimal): -2244440 or 11059421. OLE color: 11059421.
HSL color Cylindrical-coordinate representation of color #DDC0A8: hue angle of 27.17º degrees, saturation: 0.44, 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 #DDC0A8 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 168 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.13 |
| HSL | 27.17º | 0.44% | 0.76% | - |
| HSV(B) | 27.17º | 0.24% | 0.87% | - |
| XYZ | 55.74 | 55.9 | 44.9 | - |
| YUV | 197.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 168 | 0 | 0.13 | 0.24 | 0.13 | 27.17 | 0.44 | 0.76 |
| Hex | DD | C0 | A8 | 0 | D | 18 | D | 1B | 2C | 4C |
| Octal | 335 | 300 | 250 | 0 | 15 | 30 | 15 | 33 | 54 | 114 |
| Binary | 11011101 | 11000000 | 10101000 | 0 | 1101 | 11000 | 1101 | 11011 | 101100 | 1001100 |
Color Harmonies of #DDC0A8
Complementary color
Monochromatic Colors of #DDC0A8
Black with #DDC0A8
Text Example
Text Example
White with #DDC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0A8; }
p { color: rgb(221,192,168); }
H1.HeaderClassName
{
color: #DDC0A8;
}
.AnyTagClassName
{
color: #DDC0A8;
}
</style>
background-color css
<style>
a { background-color: #DDC0A8; }
a { background-color: rgb(221,192,168); }
div.DivClassName
{
background-color: #DDC0A8;
}
.BgClassName
{
background-color: #DDC0A8;
}
</style>
border-color css
<style>
span { border-color: #DDC0A8; }
span { border-color: rgb(221,192,168); }
td.TdClassName
{
border-color: #DDC0A8;
}
.TagClassName
{
border-color: #DDC0A8;
}
</style>