Shades of Bone #DDBEA1
Tints of Bone #DDBEA1
RGB
CMYK
RGB Variations
Color information
#DDBEA1 (or 0xDDBEA1) is known color: Bone. HEX triplet: DD, BE and A1. RGB value is (221,190,161). Sum of RGB (Red+Green+Blue) = 221+190+161=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEA1 is #22415E. Grayscale: #C4C4C4. Windows color (decimal): -2244959 or 10600157. OLE color: 10600157.
HSL color Cylindrical-coordinate representation of color #DDBEA1: hue angle of 29º degrees, saturation: 0.47, 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 #DDBEA1 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 161 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.13 |
| HSL | 29º | 0.47% | 0.75% | - |
| HSV(B) | 29º | 0.27% | 0.87% | - |
| XYZ | 54.67 | 54.77 | 41.41 | - |
| YUV | 195.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 161 | 0 | 0.14 | 0.27 | 0.13 | 29 | 0.47 | 0.75 |
| Hex | DD | BE | A1 | 0 | E | 1B | D | 1D | 2F | 4B |
| Octal | 335 | 276 | 241 | 0 | 16 | 33 | 15 | 35 | 57 | 113 |
| Binary | 11011101 | 10111110 | 10100001 | 0 | 1110 | 11011 | 1101 | 11101 | 101111 | 1001011 |
Color Harmonies of #DDBEA1
Complementary color
Monochromatic Colors of #DDBEA1
Black with #DDBEA1
Text Example
Text Example
White with #DDBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEA1; }
p { color: rgb(221,190,161); }
H1.HeaderClassName
{
color: #DDBEA1;
}
.AnyTagClassName
{
color: #DDBEA1;
}
</style>
background-color css
<style>
a { background-color: #DDBEA1; }
a { background-color: rgb(221,190,161); }
div.DivClassName
{
background-color: #DDBEA1;
}
.BgClassName
{
background-color: #DDBEA1;
}
</style>
border-color css
<style>
span { border-color: #DDBEA1; }
span { border-color: rgb(221,190,161); }
td.TdClassName
{
border-color: #DDBEA1;
}
.TagClassName
{
border-color: #DDBEA1;
}
</style>