Shades of Bone #DDC8B4
Tints of Bone #DDC8B4
RGB
CMYK
RGB Variations
Color information
#DDC8B4 (or 0xDDC8B4) is known color: Bone. HEX triplet: DD, C8 and B4. RGB value is (221,200,180). Sum of RGB (Red+Green+Blue) = 221+200+180=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8B4 is #22374B. Grayscale: #CCCCCC. Windows color (decimal): -2242380 or 11847901. OLE color: 11847901.
HSL color Cylindrical-coordinate representation of color #DDC8B4: hue angle of 29.27º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC8B4 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 180 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.13 |
| HSL | 29.27º | 0.38% | 0.79% | - |
| HSV(B) | 29.27º | 0.19% | 0.87% | - |
| XYZ | 58.71 | 59.98 | 51.66 | - |
| YUV | 204 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 180 | 0 | 0.10 | 0.19 | 0.13 | 29.27 | 0.38 | 0.79 |
| Hex | DD | C8 | B4 | 0 | A | 13 | D | 1D | 26 | 4F |
| Octal | 335 | 310 | 264 | 0 | 12 | 23 | 15 | 35 | 46 | 117 |
| Binary | 11011101 | 11001000 | 10110100 | 0 | 1010 | 10011 | 1101 | 11101 | 100110 | 1001111 |
Color Harmonies of #DDC8B4
Complementary color
Monochromatic Colors of #DDC8B4
Black with #DDC8B4
Text Example
Text Example
White with #DDC8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8B4; }
p { color: rgb(221,200,180); }
H1.HeaderClassName
{
color: #DDC8B4;
}
.AnyTagClassName
{
color: #DDC8B4;
}
</style>
background-color css
<style>
a { background-color: #DDC8B4; }
a { background-color: rgb(221,200,180); }
div.DivClassName
{
background-color: #DDC8B4;
}
.BgClassName
{
background-color: #DDC8B4;
}
</style>
border-color css
<style>
span { border-color: #DDC8B4; }
span { border-color: rgb(221,200,180); }
td.TdClassName
{
border-color: #DDC8B4;
}
.TagClassName
{
border-color: #DDC8B4;
}
</style>