Shades of Bone #DDBDA1
Tints of Bone #DDBDA1
RGB
CMYK
RGB Variations
Color information
#DDBDA1 (or 0xDDBDA1) is known color: Bone. HEX triplet: DD, BD and A1. RGB value is (221,189,161). Sum of RGB (Red+Green+Blue) = 221+189+161=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDA1 is #22425E. Grayscale: #C3C3C3. Windows color (decimal): -2245215 or 10599901. OLE color: 10599901.
HSL color Cylindrical-coordinate representation of color #DDBDA1: hue angle of 28º 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 #DDBDA1 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 161 | - |
CMYK | 0 | 0.14 | 0.27 | 0.13 |
HSL | 28º | 0.47% | 0.75% | - |
HSV(B) | 28º | 0.27% | 0.87% | - |
XYZ | 54.45 | 54.34 | 41.34 | - |
YUV | 195.38 | 108.6 | 146.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 161 | 0 | 0.14 | 0.27 | 0.13 | 28 | 0.47 | 0.75 |
Hex | DD | BD | A1 | 0 | E | 1B | D | 1C | 2F | 4B |
Octal | 335 | 275 | 241 | 0 | 16 | 33 | 15 | 34 | 57 | 113 |
Binary | 11011101 | 10111101 | 10100001 | 0 | 1110 | 11011 | 1101 | 11100 | 101111 | 1001011 |
Color Harmonies of #DDBDA1
Complementary color
Monochromatic Colors of #DDBDA1
Black with #DDBDA1
Text Example
Text Example
White with #DDBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDA1; }
p { color: rgb(221,189,161); }
H1.HeaderClassName
{
color: #DDBDA1;
}
.AnyTagClassName
{
color: #DDBDA1;
}
</style>
background-color css
<style>
a { background-color: #DDBDA1; }
a { background-color: rgb(221,189,161); }
div.DivClassName
{
background-color: #DDBDA1;
}
.BgClassName
{
background-color: #DDBDA1;
}
</style>
border-color css
<style>
span { border-color: #DDBDA1; }
span { border-color: rgb(221,189,161); }
td.TdClassName
{
border-color: #DDBDA1;
}
.TagClassName
{
border-color: #DDBDA1;
}
</style>