Shades of Bone #DDBDA0
Tints of Bone #DDBDA0
RGB
CMYK
RGB Variations
Color information
#DDBDA0 (or 0xDDBDA0) is known color: Bone. HEX triplet: DD, BD and A0. RGB value is (221,189,160). Sum of RGB (Red+Green+Blue) = 221+189+160=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDA0 is #22425F. Grayscale: #C3C3C3. Windows color (decimal): -2245216 or 10534365. OLE color: 10534365.
HSL color Cylindrical-coordinate representation of color #DDBDA0: hue angle of 28.52º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDBDA0 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 160 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.13 |
| HSL | 28.52º | 0.47% | 0.75% | - |
| HSV(B) | 28.52º | 0.28% | 0.87% | - |
| XYZ | 54.36 | 54.31 | 40.87 | - |
| YUV | 195.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 160 | 0 | 0.14 | 0.28 | 0.13 | 28.52 | 0.47 | 0.75 |
| Hex | DD | BD | A0 | 0 | E | 1C | D | 1D | 2F | 4B |
| Octal | 335 | 275 | 240 | 0 | 16 | 34 | 15 | 35 | 57 | 113 |
| Binary | 11011101 | 10111101 | 10100000 | 0 | 1110 | 11100 | 1101 | 11101 | 101111 | 1001011 |
Color Harmonies of #DDBDA0
Complementary color
Monochromatic Colors of #DDBDA0
Black with #DDBDA0
Text Example
Text Example
White with #DDBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDA0; }
p { color: rgb(221,189,160); }
H1.HeaderClassName
{
color: #DDBDA0;
}
.AnyTagClassName
{
color: #DDBDA0;
}
</style>
background-color css
<style>
a { background-color: #DDBDA0; }
a { background-color: rgb(221,189,160); }
div.DivClassName
{
background-color: #DDBDA0;
}
.BgClassName
{
background-color: #DDBDA0;
}
</style>
border-color css
<style>
span { border-color: #DDBDA0; }
span { border-color: rgb(221,189,160); }
td.TdClassName
{
border-color: #DDBDA0;
}
.TagClassName
{
border-color: #DDBDA0;
}
</style>