Shades of Bone #DDC4A7
Tints of Bone #DDC4A7
RGB
CMYK
RGB Variations
Color information
#DDC4A7 (or 0xDDC4A7) is known color: Bone. HEX triplet: DD, C4 and A7. RGB value is (221,196,167). Sum of RGB (Red+Green+Blue) = 221+196+167=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 167 (65.62% from 255 or 28.60% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC4A7 is #223B58. Grayscale: #C8C8C8. Windows color (decimal): -2243417 or 10994909. OLE color: 10994909.
HSL color Cylindrical-coordinate representation of color #DDC4A7: hue angle of 32.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDC4A7 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 167 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.13 |
| HSL | 32.22º | 0.44% | 0.76% | - |
| HSV(B) | 32.22º | 0.24% | 0.87% | - |
| XYZ | 56.53 | 57.64 | 44.71 | - |
| YUV | 200.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 167 | 0 | 0.11 | 0.24 | 0.13 | 32.22 | 0.44 | 0.76 |
| Hex | DD | C4 | A7 | 0 | B | 18 | D | 20 | 2C | 4C |
| Octal | 335 | 304 | 247 | 0 | 13 | 30 | 15 | 40 | 54 | 114 |
| Binary | 11011101 | 11000100 | 10100111 | 0 | 1011 | 11000 | 1101 | 100000 | 101100 | 1001100 |
Color Harmonies of #DDC4A7
Complementary color
Monochromatic Colors of #DDC4A7
Black with #DDC4A7
Text Example
Text Example
White with #DDC4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4A7; }
p { color: rgb(221,196,167); }
H1.HeaderClassName
{
color: #DDC4A7;
}
.AnyTagClassName
{
color: #DDC4A7;
}
</style>
background-color css
<style>
a { background-color: #DDC4A7; }
a { background-color: rgb(221,196,167); }
div.DivClassName
{
background-color: #DDC4A7;
}
.BgClassName
{
background-color: #DDC4A7;
}
</style>
border-color css
<style>
span { border-color: #DDC4A7; }
span { border-color: rgb(221,196,167); }
td.TdClassName
{
border-color: #DDC4A7;
}
.TagClassName
{
border-color: #DDC4A7;
}
</style>