Shades of Bone #DDBDA3
Tints of Bone #DDBDA3
RGB
CMYK
RGB Variations
Color information
#DDBDA3 (or 0xDDBDA3) is known color: Bone. HEX triplet: DD, BD and A3. RGB value is (221,189,163). Sum of RGB (Red+Green+Blue) = 221+189+163=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDA3 is #22425C. Grayscale: #C3C3C3. Windows color (decimal): -2245213 or 10730973. OLE color: 10730973.
HSL color Cylindrical-coordinate representation of color #DDBDA3: hue angle of 26.9º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDBDA3 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 163 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.13 |
| HSL | 26.9º | 0.46% | 0.75% | - |
| HSV(B) | 26.9º | 0.26% | 0.87% | - |
| XYZ | 54.63 | 54.41 | 42.27 | - |
| YUV | 195.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 163 | 0 | 0.14 | 0.26 | 0.13 | 26.9 | 0.46 | 0.75 |
| Hex | DD | BD | A3 | 0 | E | 1A | D | 1B | 2E | 4B |
| Octal | 335 | 275 | 243 | 0 | 16 | 32 | 15 | 33 | 56 | 113 |
| Binary | 11011101 | 10111101 | 10100011 | 0 | 1110 | 11010 | 1101 | 11011 | 101110 | 1001011 |
Color Harmonies of #DDBDA3
Complementary color
Monochromatic Colors of #DDBDA3
Black with #DDBDA3
Text Example
Text Example
White with #DDBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDA3; }
p { color: rgb(221,189,163); }
H1.HeaderClassName
{
color: #DDBDA3;
}
.AnyTagClassName
{
color: #DDBDA3;
}
</style>
background-color css
<style>
a { background-color: #DDBDA3; }
a { background-color: rgb(221,189,163); }
div.DivClassName
{
background-color: #DDBDA3;
}
.BgClassName
{
background-color: #DDBDA3;
}
</style>
border-color css
<style>
span { border-color: #DDBDA3; }
span { border-color: rgb(221,189,163); }
td.TdClassName
{
border-color: #DDBDA3;
}
.TagClassName
{
border-color: #DDBDA3;
}
</style>