Shades of Bone #DDC8B5
Tints of Bone #DDC8B5
RGB
CMYK
RGB Variations
Color information
#DDC8B5 (or 0xDDC8B5) is known color: Bone. HEX triplet: DD, C8 and B5. RGB value is (221,200,181). Sum of RGB (Red+Green+Blue) = 221+200+181=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8B5 is #22374A. Grayscale: #CCCCCC. Windows color (decimal): -2242379 or 11913437. OLE color: 11913437.
HSL color Cylindrical-coordinate representation of color #DDC8B5: hue angle of 28.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDC8B5 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 181 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.13 |
| HSL | 28.5º | 0.37% | 0.79% | - |
| HSV(B) | 28.5º | 0.18% | 0.87% | - |
| XYZ | 58.81 | 60.02 | 52.2 | - |
| YUV | 204.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 181 | 0 | 0.10 | 0.18 | 0.13 | 28.5 | 0.37 | 0.79 |
| Hex | DD | C8 | B5 | 0 | A | 12 | D | 1C | 25 | 4F |
| Octal | 335 | 310 | 265 | 0 | 12 | 22 | 15 | 34 | 45 | 117 |
| Binary | 11011101 | 11001000 | 10110101 | 0 | 1010 | 10010 | 1101 | 11100 | 100101 | 1001111 |
Color Harmonies of #DDC8B5
Complementary color
Monochromatic Colors of #DDC8B5
Black with #DDC8B5
Text Example
Text Example
White with #DDC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8B5; }
p { color: rgb(221,200,181); }
H1.HeaderClassName
{
color: #DDC8B5;
}
.AnyTagClassName
{
color: #DDC8B5;
}
</style>
background-color css
<style>
a { background-color: #DDC8B5; }
a { background-color: rgb(221,200,181); }
div.DivClassName
{
background-color: #DDC8B5;
}
.BgClassName
{
background-color: #DDC8B5;
}
</style>
border-color css
<style>
span { border-color: #DDC8B5; }
span { border-color: rgb(221,200,181); }
td.TdClassName
{
border-color: #DDC8B5;
}
.TagClassName
{
border-color: #DDC8B5;
}
</style>