Shades of Bone #DDBEA2
Tints of Bone #DDBEA2
RGB
CMYK
RGB Variations
Color information
#DDBEA2 (or 0xDDBEA2) is known color: Bone. HEX triplet: DD, BE and A2. RGB value is (221,190,162). Sum of RGB (Red+Green+Blue) = 221+190+162=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEA2 is #22415D. Grayscale: #C4C4C4. Windows color (decimal): -2244958 or 10665693. OLE color: 10665693.
HSL color Cylindrical-coordinate representation of color #DDBEA2: hue angle of 28.47º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDBEA2 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 162 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.13 |
| HSL | 28.47º | 0.46% | 0.75% | - |
| HSV(B) | 28.47º | 0.27% | 0.87% | - |
| XYZ | 54.75 | 54.81 | 41.88 | - |
| YUV | 196.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 162 | 0 | 0.14 | 0.27 | 0.13 | 28.47 | 0.46 | 0.75 |
| Hex | DD | BE | A2 | 0 | E | 1B | D | 1C | 2E | 4B |
| Octal | 335 | 276 | 242 | 0 | 16 | 33 | 15 | 34 | 56 | 113 |
| Binary | 11011101 | 10111110 | 10100010 | 0 | 1110 | 11011 | 1101 | 11100 | 101110 | 1001011 |
Color Harmonies of #DDBEA2
Complementary color
Monochromatic Colors of #DDBEA2
Black with #DDBEA2
Text Example
Text Example
White with #DDBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEA2; }
p { color: rgb(221,190,162); }
H1.HeaderClassName
{
color: #DDBEA2;
}
.AnyTagClassName
{
color: #DDBEA2;
}
</style>
background-color css
<style>
a { background-color: #DDBEA2; }
a { background-color: rgb(221,190,162); }
div.DivClassName
{
background-color: #DDBEA2;
}
.BgClassName
{
background-color: #DDBEA2;
}
</style>
border-color css
<style>
span { border-color: #DDBEA2; }
span { border-color: rgb(221,190,162); }
td.TdClassName
{
border-color: #DDBEA2;
}
.TagClassName
{
border-color: #DDBEA2;
}
</style>