Shades of Bone #DDC6AA
Tints of Bone #DDC6AA
RGB
CMYK
RGB Variations
Color information
#DDC6AA (or 0xDDC6AA) is known color: Bone. HEX triplet: DD, C6 and AA. RGB value is (221,198,170). Sum of RGB (Red+Green+Blue) = 221+198+170=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC6AA is #223955. Grayscale: #C9C9C9. Windows color (decimal): -2242902 or 11192029. OLE color: 11192029.
HSL color Cylindrical-coordinate representation of color #DDC6AA: hue angle of 32.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC6AA is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 170 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.13 |
| HSL | 32.94º | 0.43% | 0.77% | - |
| HSV(B) | 32.94º | 0.23% | 0.87% | - |
| XYZ | 57.27 | 58.66 | 46.33 | - |
| YUV | 201.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 170 | 0 | 0.10 | 0.23 | 0.13 | 32.94 | 0.43 | 0.77 |
| Hex | DD | C6 | AA | 0 | A | 17 | D | 21 | 2B | 4D |
| Octal | 335 | 306 | 252 | 0 | 12 | 27 | 15 | 41 | 53 | 115 |
| Binary | 11011101 | 11000110 | 10101010 | 0 | 1010 | 10111 | 1101 | 100001 | 101011 | 1001101 |
Color Harmonies of #DDC6AA
Complementary color
Monochromatic Colors of #DDC6AA
Black with #DDC6AA
Text Example
Text Example
White with #DDC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6AA; }
p { color: rgb(221,198,170); }
H1.HeaderClassName
{
color: #DDC6AA;
}
.AnyTagClassName
{
color: #DDC6AA;
}
</style>
background-color css
<style>
a { background-color: #DDC6AA; }
a { background-color: rgb(221,198,170); }
div.DivClassName
{
background-color: #DDC6AA;
}
.BgClassName
{
background-color: #DDC6AA;
}
</style>
border-color css
<style>
span { border-color: #DDC6AA; }
span { border-color: rgb(221,198,170); }
td.TdClassName
{
border-color: #DDC6AA;
}
.TagClassName
{
border-color: #DDC6AA;
}
</style>