Shades of Bone #DDC7AB
Tints of Bone #DDC7AB
RGB
CMYK
RGB Variations
Color information
#DDC7AB (or 0xDDC7AB) is known color: Bone. HEX triplet: DD, C7 and AB. RGB value is (221,199,171). Sum of RGB (Red+Green+Blue) = 221+199+171=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC7AB is #223854. Grayscale: #CACACA. Windows color (decimal): -2242645 or 11257821. OLE color: 11257821.
HSL color Cylindrical-coordinate representation of color #DDC7AB: hue angle of 33.6º 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 #DDC7AB is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 171 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.13 |
| HSL | 33.6º | 0.42% | 0.77% | - |
| HSV(B) | 33.6º | 0.23% | 0.87% | - |
| XYZ | 57.59 | 59.16 | 46.91 | - |
| YUV | 202.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 171 | 0 | 0.10 | 0.23 | 0.13 | 33.6 | 0.42 | 0.77 |
| Hex | DD | C7 | AB | 0 | A | 17 | D | 22 | 2A | 4D |
| Octal | 335 | 307 | 253 | 0 | 12 | 27 | 15 | 42 | 52 | 115 |
| Binary | 11011101 | 11000111 | 10101011 | 0 | 1010 | 10111 | 1101 | 100010 | 101010 | 1001101 |
Color Harmonies of #DDC7AB
Complementary color
Monochromatic Colors of #DDC7AB
Black with #DDC7AB
Text Example
Text Example
White with #DDC7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7AB; }
p { color: rgb(221,199,171); }
H1.HeaderClassName
{
color: #DDC7AB;
}
.AnyTagClassName
{
color: #DDC7AB;
}
</style>
background-color css
<style>
a { background-color: #DDC7AB; }
a { background-color: rgb(221,199,171); }
div.DivClassName
{
background-color: #DDC7AB;
}
.BgClassName
{
background-color: #DDC7AB;
}
</style>
border-color css
<style>
span { border-color: #DDC7AB; }
span { border-color: rgb(221,199,171); }
td.TdClassName
{
border-color: #DDC7AB;
}
.TagClassName
{
border-color: #DDC7AB;
}
</style>