Shades of Bone #DDC8B8
Tints of Bone #DDC8B8
RGB
CMYK
RGB Variations
Color information
#DDC8B8 (or 0xDDC8B8) is known color: Bone. HEX triplet: DD, C8 and B8. RGB value is (221,200,184). Sum of RGB (Red+Green+Blue) = 221+200+184=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8B8 is #223747. Grayscale: #CCCCCC. Windows color (decimal): -2242376 or 12110045. OLE color: 12110045.
HSL color Cylindrical-coordinate representation of color #DDC8B8: hue angle of 25.95º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDC8B8 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 184 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.13 |
| HSL | 25.95º | 0.35% | 0.79% | - |
| HSV(B) | 25.95º | 0.17% | 0.87% | - |
| XYZ | 59.12 | 60.14 | 53.84 | - |
| YUV | 204.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 184 | 0 | 0.10 | 0.17 | 0.13 | 25.95 | 0.35 | 0.79 |
| Hex | DD | C8 | B8 | 0 | A | 11 | D | 1A | 23 | 4F |
| Octal | 335 | 310 | 270 | 0 | 12 | 21 | 15 | 32 | 43 | 117 |
| Binary | 11011101 | 11001000 | 10111000 | 0 | 1010 | 10001 | 1101 | 11010 | 100011 | 1001111 |
Color Harmonies of #DDC8B8
Complementary color
Monochromatic Colors of #DDC8B8
Black with #DDC8B8
Text Example
Text Example
White with #DDC8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8B8; }
p { color: rgb(221,200,184); }
H1.HeaderClassName
{
color: #DDC8B8;
}
.AnyTagClassName
{
color: #DDC8B8;
}
</style>
background-color css
<style>
a { background-color: #DDC8B8; }
a { background-color: rgb(221,200,184); }
div.DivClassName
{
background-color: #DDC8B8;
}
.BgClassName
{
background-color: #DDC8B8;
}
</style>
border-color css
<style>
span { border-color: #DDC8B8; }
span { border-color: rgb(221,200,184); }
td.TdClassName
{
border-color: #DDC8B8;
}
.TagClassName
{
border-color: #DDC8B8;
}
</style>