Shades of Bone #DDC6AB
Tints of Bone #DDC6AB
RGB
CMYK
RGB Variations
Color information
#DDC6AB (or 0xDDC6AB) is known color: Bone. HEX triplet: DD, C6 and AB. RGB value is (221,198,171). Sum of RGB (Red+Green+Blue) = 221+198+171=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC6AB is #223954. Grayscale: #C9C9C9. Windows color (decimal): -2242901 or 11257565. OLE color: 11257565.
HSL color Cylindrical-coordinate representation of color #DDC6AB: hue angle of 32.4º degrees, saturation: 0.42, 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 #DDC6AB is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 171 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.13 |
| HSL | 32.4º | 0.42% | 0.77% | - |
| HSV(B) | 32.4º | 0.23% | 0.87% | - |
| XYZ | 57.36 | 58.7 | 46.84 | - |
| YUV | 201.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 171 | 0 | 0.10 | 0.23 | 0.13 | 32.4 | 0.42 | 0.77 |
| Hex | DD | C6 | AB | 0 | A | 17 | D | 20 | 2A | 4D |
| Octal | 335 | 306 | 253 | 0 | 12 | 27 | 15 | 40 | 52 | 115 |
| Binary | 11011101 | 11000110 | 10101011 | 0 | 1010 | 10111 | 1101 | 100000 | 101010 | 1001101 |
Color Harmonies of #DDC6AB
Complementary color
Monochromatic Colors of #DDC6AB
Black with #DDC6AB
Text Example
Text Example
White with #DDC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6AB; }
p { color: rgb(221,198,171); }
H1.HeaderClassName
{
color: #DDC6AB;
}
.AnyTagClassName
{
color: #DDC6AB;
}
</style>
background-color css
<style>
a { background-color: #DDC6AB; }
a { background-color: rgb(221,198,171); }
div.DivClassName
{
background-color: #DDC6AB;
}
.BgClassName
{
background-color: #DDC6AB;
}
</style>
border-color css
<style>
span { border-color: #DDC6AB; }
span { border-color: rgb(221,198,171); }
td.TdClassName
{
border-color: #DDC6AB;
}
.TagClassName
{
border-color: #DDC6AB;
}
</style>