Shades of Bone #DDC8AB
Tints of Bone #DDC8AB
RGB
CMYK
RGB Variations
Color information
#DDC8AB (or 0xDDC8AB) is known color: Bone. HEX triplet: DD, C8 and AB. RGB value is (221,200,171). Sum of RGB (Red+Green+Blue) = 221+200+171=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8AB is #223754. Grayscale: #CBCBCB. Windows color (decimal): -2242389 or 11258077. OLE color: 11258077.
HSL color Cylindrical-coordinate representation of color #DDC8AB: hue angle of 34.8º 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 #DDC8AB is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 171 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.13 |
| HSL | 34.8º | 0.42% | 0.77% | - |
| HSV(B) | 34.8º | 0.23% | 0.87% | - |
| XYZ | 57.82 | 59.62 | 46.99 | - |
| YUV | 202.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 171 | 0 | 0.10 | 0.23 | 0.13 | 34.8 | 0.42 | 0.77 |
| Hex | DD | C8 | AB | 0 | A | 17 | D | 23 | 2A | 4D |
| Octal | 335 | 310 | 253 | 0 | 12 | 27 | 15 | 43 | 52 | 115 |
| Binary | 11011101 | 11001000 | 10101011 | 0 | 1010 | 10111 | 1101 | 100011 | 101010 | 1001101 |
Color Harmonies of #DDC8AB
Complementary color
Monochromatic Colors of #DDC8AB
Black with #DDC8AB
Text Example
Text Example
White with #DDC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8AB; }
p { color: rgb(221,200,171); }
H1.HeaderClassName
{
color: #DDC8AB;
}
.AnyTagClassName
{
color: #DDC8AB;
}
</style>
background-color css
<style>
a { background-color: #DDC8AB; }
a { background-color: rgb(221,200,171); }
div.DivClassName
{
background-color: #DDC8AB;
}
.BgClassName
{
background-color: #DDC8AB;
}
</style>
border-color css
<style>
span { border-color: #DDC8AB; }
span { border-color: rgb(221,200,171); }
td.TdClassName
{
border-color: #DDC8AB;
}
.TagClassName
{
border-color: #DDC8AB;
}
</style>