Shades of Bone #DDC7A9
Tints of Bone #DDC7A9
RGB
CMYK
RGB Variations
Color information
#DDC7A9 (or 0xDDC7A9) is known color: Bone. HEX triplet: DD, C7 and A9. RGB value is (221,199,169). Sum of RGB (Red+Green+Blue) = 221+199+169=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC7A9 is #223856. Grayscale: #CACACA. Windows color (decimal): -2242647 or 11126749. OLE color: 11126749.
HSL color Cylindrical-coordinate representation of color #DDC7A9: hue angle of 34.62º 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 #DDC7A9 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 169 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.13 |
| HSL | 34.62º | 0.43% | 0.76% | - |
| HSV(B) | 34.62º | 0.24% | 0.87% | - |
| XYZ | 57.4 | 59.08 | 45.91 | - |
| YUV | 202.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 169 | 0 | 0.10 | 0.24 | 0.13 | 34.62 | 0.43 | 0.76 |
| Hex | DD | C7 | A9 | 0 | A | 18 | D | 23 | 2B | 4C |
| Octal | 335 | 307 | 251 | 0 | 12 | 30 | 15 | 43 | 53 | 114 |
| Binary | 11011101 | 11000111 | 10101001 | 0 | 1010 | 11000 | 1101 | 100011 | 101011 | 1001100 |
Color Harmonies of #DDC7A9
Complementary color
Monochromatic Colors of #DDC7A9
Black with #DDC7A9
Text Example
Text Example
White with #DDC7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7A9; }
p { color: rgb(221,199,169); }
H1.HeaderClassName
{
color: #DDC7A9;
}
.AnyTagClassName
{
color: #DDC7A9;
}
</style>
background-color css
<style>
a { background-color: #DDC7A9; }
a { background-color: rgb(221,199,169); }
div.DivClassName
{
background-color: #DDC7A9;
}
.BgClassName
{
background-color: #DDC7A9;
}
</style>
border-color css
<style>
span { border-color: #DDC7A9; }
span { border-color: rgb(221,199,169); }
td.TdClassName
{
border-color: #DDC7A9;
}
.TagClassName
{
border-color: #DDC7A9;
}
</style>