Shades of Bone #DDC9B7
Tints of Bone #DDC9B7
RGB
CMYK
RGB Variations
Color information
#DDC9B7 (or 0xDDC9B7) is known color: Bone. HEX triplet: DD, C9 and B7. RGB value is (221,201,183). Sum of RGB (Red+Green+Blue) = 221+201+183=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9B7 is #223648. Grayscale: #CDCDCD. Windows color (decimal): -2242121 or 12044765. OLE color: 12044765.
HSL color Cylindrical-coordinate representation of color #DDC9B7: hue angle of 28.42º degrees, saturation: 0.36, 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 #DDC9B7 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 201 | 183 | - |
CMYK | 0 | 0.09 | 0.17 | 0.13 |
HSL | 28.42º | 0.36% | 0.79% | - |
HSV(B) | 28.42º | 0.17% | 0.87% | - |
XYZ | 59.25 | 60.56 | 53.37 | - |
YUV | 204.93 | 115.63 | 139.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 201 | 183 | 0 | 0.09 | 0.17 | 0.13 | 28.42 | 0.36 | 0.79 |
Hex | DD | C9 | B7 | 0 | 9 | 11 | D | 1C | 24 | 4F |
Octal | 335 | 311 | 267 | 0 | 11 | 21 | 15 | 34 | 44 | 117 |
Binary | 11011101 | 11001001 | 10110111 | 0 | 1001 | 10001 | 1101 | 11100 | 100100 | 1001111 |
Color Harmonies of #DDC9B7
Complementary color
Monochromatic Colors of #DDC9B7
Black with #DDC9B7
Text Example
Text Example
White with #DDC9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC9B7; }
p { color: rgb(221,201,183); }
H1.HeaderClassName
{
color: #DDC9B7;
}
.AnyTagClassName
{
color: #DDC9B7;
}
</style>
background-color css
<style>
a { background-color: #DDC9B7; }
a { background-color: rgb(221,201,183); }
div.DivClassName
{
background-color: #DDC9B7;
}
.BgClassName
{
background-color: #DDC9B7;
}
</style>
border-color css
<style>
span { border-color: #DDC9B7; }
span { border-color: rgb(221,201,183); }
td.TdClassName
{
border-color: #DDC9B7;
}
.TagClassName
{
border-color: #DDC9B7;
}
</style>