Shades of Bone #DDBDA2
Tints of Bone #DDBDA2
RGB
CMYK
RGB Variations
Color information
#DDBDA2 (or 0xDDBDA2) is known color: Bone. HEX triplet: DD, BD and A2. RGB value is (221,189,162). Sum of RGB (Red+Green+Blue) = 221+189+162=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDA2 is #22425D. Grayscale: #C3C3C3. Windows color (decimal): -2245214 or 10665437. OLE color: 10665437.
HSL color Cylindrical-coordinate representation of color #DDBDA2: hue angle of 27.46º 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 #DDBDA2 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 162 | - |
CMYK | 0 | 0.14 | 0.27 | 0.13 |
HSL | 27.46º | 0.46% | 0.75% | - |
HSV(B) | 27.46º | 0.27% | 0.87% | - |
XYZ | 54.54 | 54.38 | 41.8 | - |
YUV | 195.49 | 109.1 | 146.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 162 | 0 | 0.14 | 0.27 | 0.13 | 27.46 | 0.46 | 0.75 |
Hex | DD | BD | A2 | 0 | E | 1B | D | 1B | 2E | 4B |
Octal | 335 | 275 | 242 | 0 | 16 | 33 | 15 | 33 | 56 | 113 |
Binary | 11011101 | 10111101 | 10100010 | 0 | 1110 | 11011 | 1101 | 11011 | 101110 | 1001011 |
Color Harmonies of #DDBDA2
Complementary color
Monochromatic Colors of #DDBDA2
Black with #DDBDA2
Text Example
Text Example
White with #DDBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDA2; }
p { color: rgb(221,189,162); }
H1.HeaderClassName
{
color: #DDBDA2;
}
.AnyTagClassName
{
color: #DDBDA2;
}
</style>
background-color css
<style>
a { background-color: #DDBDA2; }
a { background-color: rgb(221,189,162); }
div.DivClassName
{
background-color: #DDBDA2;
}
.BgClassName
{
background-color: #DDBDA2;
}
</style>
border-color css
<style>
span { border-color: #DDBDA2; }
span { border-color: rgb(221,189,162); }
td.TdClassName
{
border-color: #DDBDA2;
}
.TagClassName
{
border-color: #DDBDA2;
}
</style>