Shades of Bone #DDC3AA
Tints of Bone #DDC3AA
RGB
CMYK
RGB Variations
Color information
#DDC3AA (or 0xDDC3AA) is known color: Bone. HEX triplet: DD, C3 and AA. RGB value is (221,195,170). Sum of RGB (Red+Green+Blue) = 221+195+170=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC3AA is #223C55. Grayscale: #C8C8C8. Windows color (decimal): -2243670 or 11191261. OLE color: 11191261.
HSL color Cylindrical-coordinate representation of color #DDC3AA: hue angle of 29.41º 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 #DDC3AA is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 170 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.13 |
| HSL | 29.41º | 0.43% | 0.77% | - |
| HSV(B) | 29.41º | 0.23% | 0.87% | - |
| XYZ | 56.59 | 57.3 | 46.11 | - |
| YUV | 199.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 170 | 0 | 0.12 | 0.23 | 0.13 | 29.41 | 0.43 | 0.77 |
| Hex | DD | C3 | AA | 0 | C | 17 | D | 1D | 2B | 4D |
| Octal | 335 | 303 | 252 | 0 | 14 | 27 | 15 | 35 | 53 | 115 |
| Binary | 11011101 | 11000011 | 10101010 | 0 | 1100 | 10111 | 1101 | 11101 | 101011 | 1001101 |
Color Harmonies of #DDC3AA
Complementary color
Monochromatic Colors of #DDC3AA
Black with #DDC3AA
Text Example
Text Example
White with #DDC3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3AA; }
p { color: rgb(221,195,170); }
H1.HeaderClassName
{
color: #DDC3AA;
}
.AnyTagClassName
{
color: #DDC3AA;
}
</style>
background-color css
<style>
a { background-color: #DDC3AA; }
a { background-color: rgb(221,195,170); }
div.DivClassName
{
background-color: #DDC3AA;
}
.BgClassName
{
background-color: #DDC3AA;
}
</style>
border-color css
<style>
span { border-color: #DDC3AA; }
span { border-color: rgb(221,195,170); }
td.TdClassName
{
border-color: #DDC3AA;
}
.TagClassName
{
border-color: #DDC3AA;
}
</style>