Shades of Bone #DDC5A7
Tints of Bone #DDC5A7
RGB
CMYK
RGB Variations
Color information
#DDC5A7 (or 0xDDC5A7) is known color: Bone. HEX triplet: DD, C5 and A7. RGB value is (221,197,167). Sum of RGB (Red+Green+Blue) = 221+197+167=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 167 (65.62% from 255 or 28.55% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC5A7 is #223A58. Grayscale: #C8C8C8. Windows color (decimal): -2243161 or 10995165. OLE color: 10995165.
HSL color Cylindrical-coordinate representation of color #DDC5A7: hue angle of 33.33º 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 #DDC5A7 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 167 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.13 |
| HSL | 33.33º | 0.44% | 0.76% | - |
| HSV(B) | 33.33º | 0.24% | 0.87% | - |
| XYZ | 56.76 | 58.09 | 44.78 | - |
| YUV | 200.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 167 | 0 | 0.11 | 0.24 | 0.13 | 33.33 | 0.44 | 0.76 |
| Hex | DD | C5 | A7 | 0 | B | 18 | D | 21 | 2C | 4C |
| Octal | 335 | 305 | 247 | 0 | 13 | 30 | 15 | 41 | 54 | 114 |
| Binary | 11011101 | 11000101 | 10100111 | 0 | 1011 | 11000 | 1101 | 100001 | 101100 | 1001100 |
Color Harmonies of #DDC5A7
Complementary color
Monochromatic Colors of #DDC5A7
Black with #DDC5A7
Text Example
Text Example
White with #DDC5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5A7; }
p { color: rgb(221,197,167); }
H1.HeaderClassName
{
color: #DDC5A7;
}
.AnyTagClassName
{
color: #DDC5A7;
}
</style>
background-color css
<style>
a { background-color: #DDC5A7; }
a { background-color: rgb(221,197,167); }
div.DivClassName
{
background-color: #DDC5A7;
}
.BgClassName
{
background-color: #DDC5A7;
}
</style>
border-color css
<style>
span { border-color: #DDC5A7; }
span { border-color: rgb(221,197,167); }
td.TdClassName
{
border-color: #DDC5A7;
}
.TagClassName
{
border-color: #DDC5A7;
}
</style>