Shades of Bone #DDC8AD
Tints of Bone #DDC8AD
RGB
CMYK
RGB Variations
Color information
#DDC8AD (or 0xDDC8AD) is known color: Bone. HEX triplet: DD, C8 and AD. RGB value is (221,200,173). Sum of RGB (Red+Green+Blue) = 221+200+173=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8AD is #223752. Grayscale: #CBCBCB. Windows color (decimal): -2242387 or 11389149. OLE color: 11389149.
HSL color Cylindrical-coordinate representation of color #DDC8AD: hue angle of 33.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC8AD is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 173 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.13 |
| HSL | 33.75º | 0.41% | 0.77% | - |
| HSV(B) | 33.75º | 0.22% | 0.87% | - |
| XYZ | 58.02 | 59.7 | 48 | - |
| YUV | 203.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 173 | 0 | 0.10 | 0.22 | 0.13 | 33.75 | 0.41 | 0.77 |
| Hex | DD | C8 | AD | 0 | A | 16 | D | 22 | 29 | 4D |
| Octal | 335 | 310 | 255 | 0 | 12 | 26 | 15 | 42 | 51 | 115 |
| Binary | 11011101 | 11001000 | 10101101 | 0 | 1010 | 10110 | 1101 | 100010 | 101001 | 1001101 |
Color Harmonies of #DDC8AD
Complementary color
Monochromatic Colors of #DDC8AD
Black with #DDC8AD
Text Example
Text Example
White with #DDC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8AD; }
p { color: rgb(221,200,173); }
H1.HeaderClassName
{
color: #DDC8AD;
}
.AnyTagClassName
{
color: #DDC8AD;
}
</style>
background-color css
<style>
a { background-color: #DDC8AD; }
a { background-color: rgb(221,200,173); }
div.DivClassName
{
background-color: #DDC8AD;
}
.BgClassName
{
background-color: #DDC8AD;
}
</style>
border-color css
<style>
span { border-color: #DDC8AD; }
span { border-color: rgb(221,200,173); }
td.TdClassName
{
border-color: #DDC8AD;
}
.TagClassName
{
border-color: #DDC8AD;
}
</style>