Shades of Bone #DDC3A8
Tints of Bone #DDC3A8
RGB
CMYK
RGB Variations
Color information
#DDC3A8 (or 0xDDC3A8) is known color: Bone. HEX triplet: DD, C3 and A8. RGB value is (221,195,168). Sum of RGB (Red+Green+Blue) = 221+195+168=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 168 (66.02% from 255 or 28.77% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC3A8 is #223C57. Grayscale: #C7C7C7. Windows color (decimal): -2243672 or 11060189. OLE color: 11060189.
HSL color Cylindrical-coordinate representation of color #DDC3A8: hue angle of 30.57º 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 #DDC3A8 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 168 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.13 |
| HSL | 30.57º | 0.44% | 0.76% | - |
| HSV(B) | 30.57º | 0.24% | 0.87% | - |
| XYZ | 56.4 | 57.23 | 45.12 | - |
| YUV | 199.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 168 | 0 | 0.12 | 0.24 | 0.13 | 30.57 | 0.44 | 0.76 |
| Hex | DD | C3 | A8 | 0 | C | 18 | D | 1F | 2C | 4C |
| Octal | 335 | 303 | 250 | 0 | 14 | 30 | 15 | 37 | 54 | 114 |
| Binary | 11011101 | 11000011 | 10101000 | 0 | 1100 | 11000 | 1101 | 11111 | 101100 | 1001100 |
Color Harmonies of #DDC3A8
Complementary color
Monochromatic Colors of #DDC3A8
Black with #DDC3A8
Text Example
Text Example
White with #DDC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3A8; }
p { color: rgb(221,195,168); }
H1.HeaderClassName
{
color: #DDC3A8;
}
.AnyTagClassName
{
color: #DDC3A8;
}
</style>
background-color css
<style>
a { background-color: #DDC3A8; }
a { background-color: rgb(221,195,168); }
div.DivClassName
{
background-color: #DDC3A8;
}
.BgClassName
{
background-color: #DDC3A8;
}
</style>
border-color css
<style>
span { border-color: #DDC3A8; }
span { border-color: rgb(221,195,168); }
td.TdClassName
{
border-color: #DDC3A8;
}
.TagClassName
{
border-color: #DDC3A8;
}
</style>