Shades of Bone #DDC3AD
Tints of Bone #DDC3AD
RGB
CMYK
RGB Variations
Color information
#DDC3AD (or 0xDDC3AD) is known color: Bone. HEX triplet: DD, C3 and AD. RGB value is (221,195,173). Sum of RGB (Red+Green+Blue) = 221+195+173=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC3AD is #223C52. Grayscale: #C8C8C8. Windows color (decimal): -2243667 or 11387869. OLE color: 11387869.
HSL color Cylindrical-coordinate representation of color #DDC3AD: hue angle of 27.5º 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 #DDC3AD is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 173 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.13 |
| HSL | 27.5º | 0.41% | 0.77% | - |
| HSV(B) | 27.5º | 0.22% | 0.87% | - |
| XYZ | 56.88 | 57.42 | 47.62 | - |
| YUV | 200.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 173 | 0 | 0.12 | 0.22 | 0.13 | 27.5 | 0.41 | 0.77 |
| Hex | DD | C3 | AD | 0 | C | 16 | D | 1C | 29 | 4D |
| Octal | 335 | 303 | 255 | 0 | 14 | 26 | 15 | 34 | 51 | 115 |
| Binary | 11011101 | 11000011 | 10101101 | 0 | 1100 | 10110 | 1101 | 11100 | 101001 | 1001101 |
Color Harmonies of #DDC3AD
Complementary color
Monochromatic Colors of #DDC3AD
Black with #DDC3AD
Text Example
Text Example
White with #DDC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3AD; }
p { color: rgb(221,195,173); }
H1.HeaderClassName
{
color: #DDC3AD;
}
.AnyTagClassName
{
color: #DDC3AD;
}
</style>
background-color css
<style>
a { background-color: #DDC3AD; }
a { background-color: rgb(221,195,173); }
div.DivClassName
{
background-color: #DDC3AD;
}
.BgClassName
{
background-color: #DDC3AD;
}
</style>
border-color css
<style>
span { border-color: #DDC3AD; }
span { border-color: rgb(221,195,173); }
td.TdClassName
{
border-color: #DDC3AD;
}
.TagClassName
{
border-color: #DDC3AD;
}
</style>