Shades of Bone #DDC6AD
Tints of Bone #DDC6AD
RGB
CMYK
RGB Variations
Color information
#DDC6AD (or 0xDDC6AD) is known color: Bone. HEX triplet: DD, C6 and AD. RGB value is (221,198,173). Sum of RGB (Red+Green+Blue) = 221+198+173=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC6AD is #223952. Grayscale: #CACACA. Windows color (decimal): -2242899 or 11388637. OLE color: 11388637.
HSL color Cylindrical-coordinate representation of color #DDC6AD: hue angle of 31.25º 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 #DDC6AD is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 173 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.13 |
| HSL | 31.25º | 0.41% | 0.77% | - |
| HSV(B) | 31.25º | 0.22% | 0.87% | - |
| XYZ | 57.56 | 58.78 | 47.85 | - |
| YUV | 202.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 173 | 0 | 0.10 | 0.22 | 0.13 | 31.25 | 0.41 | 0.77 |
| Hex | DD | C6 | AD | 0 | A | 16 | D | 1F | 29 | 4D |
| Octal | 335 | 306 | 255 | 0 | 12 | 26 | 15 | 37 | 51 | 115 |
| Binary | 11011101 | 11000110 | 10101101 | 0 | 1010 | 10110 | 1101 | 11111 | 101001 | 1001101 |
Color Harmonies of #DDC6AD
Complementary color
Monochromatic Colors of #DDC6AD
Black with #DDC6AD
Text Example
Text Example
White with #DDC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC6AD; }
p { color: rgb(221,198,173); }
H1.HeaderClassName
{
color: #DDC6AD;
}
.AnyTagClassName
{
color: #DDC6AD;
}
</style>
background-color css
<style>
a { background-color: #DDC6AD; }
a { background-color: rgb(221,198,173); }
div.DivClassName
{
background-color: #DDC6AD;
}
.BgClassName
{
background-color: #DDC6AD;
}
</style>
border-color css
<style>
span { border-color: #DDC6AD; }
span { border-color: rgb(221,198,173); }
td.TdClassName
{
border-color: #DDC6AD;
}
.TagClassName
{
border-color: #DDC6AD;
}
</style>