Shades of Bone #DDBD9F
Tints of Bone #DDBD9F
RGB
CMYK
RGB Variations
Color information
#DDBD9F (or 0xDDBD9F) is known color: Bone. HEX triplet: DD, BD and 9F. RGB value is (221,189,159). Sum of RGB (Red+Green+Blue) = 221+189+159=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD9F is #224260. Grayscale: #C3C3C3. Windows color (decimal): -2245217 or 10468829. OLE color: 10468829.
HSL color Cylindrical-coordinate representation of color #DDBD9F: hue angle of 29.03º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDBD9F is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 189 | 159 | - |
CMYK | 0 | 0.14 | 0.28 | 0.13 |
HSL | 29.03º | 0.48% | 0.75% | - |
HSV(B) | 29.03º | 0.28% | 0.87% | - |
XYZ | 54.27 | 54.27 | 40.42 | - |
YUV | 195.15 | 107.6 | 146.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 189 | 159 | 0 | 0.14 | 0.28 | 0.13 | 29.03 | 0.48 | 0.75 |
Hex | DD | BD | 9F | 0 | E | 1C | D | 1D | 30 | 4B |
Octal | 335 | 275 | 237 | 0 | 16 | 34 | 15 | 35 | 60 | 113 |
Binary | 11011101 | 10111101 | 10011111 | 0 | 1110 | 11100 | 1101 | 11101 | 110000 | 1001011 |
Color Harmonies of #DDBD9F
Complementary color
Monochromatic Colors of #DDBD9F
Black with #DDBD9F
Text Example
Text Example
White with #DDBD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD9F; }
p { color: rgb(221,189,159); }
H1.HeaderClassName
{
color: #DDBD9F;
}
.AnyTagClassName
{
color: #DDBD9F;
}
</style>
background-color css
<style>
a { background-color: #DDBD9F; }
a { background-color: rgb(221,189,159); }
div.DivClassName
{
background-color: #DDBD9F;
}
.BgClassName
{
background-color: #DDBD9F;
}
</style>
border-color css
<style>
span { border-color: #DDBD9F; }
span { border-color: rgb(221,189,159); }
td.TdClassName
{
border-color: #DDBD9F;
}
.TagClassName
{
border-color: #DDBD9F;
}
</style>