Shades of Bone #DDC8B1
Tints of Bone #DDC8B1
RGB
CMYK
RGB Variations
Color information
#DDC8B1 (or 0xDDC8B1) is known color: Bone. HEX triplet: DD, C8 and B1. RGB value is (221,200,177). Sum of RGB (Red+Green+Blue) = 221+200+177=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC8B1 is #22374E. Grayscale: #CBCBCB. Windows color (decimal): -2242383 or 11651293. OLE color: 11651293.
HSL color Cylindrical-coordinate representation of color #DDC8B1: hue angle of 31.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDC8B1 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 177 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.13 |
| HSL | 31.36º | 0.39% | 0.78% | - |
| HSV(B) | 31.36º | 0.2% | 0.87% | - |
| XYZ | 58.41 | 59.86 | 50.07 | - |
| YUV | 203.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 177 | 0 | 0.10 | 0.20 | 0.13 | 31.36 | 0.39 | 0.78 |
| Hex | DD | C8 | B1 | 0 | A | 14 | D | 1F | 27 | 4E |
| Octal | 335 | 310 | 261 | 0 | 12 | 24 | 15 | 37 | 47 | 116 |
| Binary | 11011101 | 11001000 | 10110001 | 0 | 1010 | 10100 | 1101 | 11111 | 100111 | 1001110 |
Color Harmonies of #DDC8B1
Complementary color
Monochromatic Colors of #DDC8B1
Black with #DDC8B1
Text Example
Text Example
White with #DDC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8B1; }
p { color: rgb(221,200,177); }
H1.HeaderClassName
{
color: #DDC8B1;
}
.AnyTagClassName
{
color: #DDC8B1;
}
</style>
background-color css
<style>
a { background-color: #DDC8B1; }
a { background-color: rgb(221,200,177); }
div.DivClassName
{
background-color: #DDC8B1;
}
.BgClassName
{
background-color: #DDC8B1;
}
</style>
border-color css
<style>
span { border-color: #DDC8B1; }
span { border-color: rgb(221,200,177); }
td.TdClassName
{
border-color: #DDC8B1;
}
.TagClassName
{
border-color: #DDC8B1;
}
</style>