Shades of Bone #DDC5B1
Tints of Bone #DDC5B1
RGB
CMYK
RGB Variations
Color information
#DDC5B1 (or 0xDDC5B1) is known color: Bone. HEX triplet: DD, C5 and B1. RGB value is (221,197,177). Sum of RGB (Red+Green+Blue) = 221+197+177=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC5B1 is #223A4E. Grayscale: #C9C9C9. Windows color (decimal): -2243151 or 11650525. OLE color: 11650525.
HSL color Cylindrical-coordinate representation of color #DDC5B1: hue angle of 27.27º 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 #DDC5B1 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 177 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.13 |
| HSL | 27.27º | 0.39% | 0.78% | - |
| HSV(B) | 27.27º | 0.2% | 0.87% | - |
| XYZ | 57.72 | 58.48 | 49.84 | - |
| YUV | 201.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 177 | 0 | 0.11 | 0.20 | 0.13 | 27.27 | 0.39 | 0.78 |
| Hex | DD | C5 | B1 | 0 | B | 14 | D | 1B | 27 | 4E |
| Octal | 335 | 305 | 261 | 0 | 13 | 24 | 15 | 33 | 47 | 116 |
| Binary | 11011101 | 11000101 | 10110001 | 0 | 1011 | 10100 | 1101 | 11011 | 100111 | 1001110 |
Color Harmonies of #DDC5B1
Complementary color
Monochromatic Colors of #DDC5B1
Black with #DDC5B1
Text Example
Text Example
White with #DDC5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5B1; }
p { color: rgb(221,197,177); }
H1.HeaderClassName
{
color: #DDC5B1;
}
.AnyTagClassName
{
color: #DDC5B1;
}
</style>
background-color css
<style>
a { background-color: #DDC5B1; }
a { background-color: rgb(221,197,177); }
div.DivClassName
{
background-color: #DDC5B1;
}
.BgClassName
{
background-color: #DDC5B1;
}
</style>
border-color css
<style>
span { border-color: #DDC5B1; }
span { border-color: rgb(221,197,177); }
td.TdClassName
{
border-color: #DDC5B1;
}
.TagClassName
{
border-color: #DDC5B1;
}
</style>