Shades of Bone #DFBDA0
Tints of Bone #DFBDA0
RGB
CMYK
RGB Variations
Color information
#DFBDA0 (or 0xDFBDA0) is known color: Bone. HEX triplet: DF, BD and A0. RGB value is (223,189,160). Sum of RGB (Red+Green+Blue) = 223+189+160=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBDA0 is #20425F. Grayscale: #C4C4C4. Windows color (decimal): -2114144 or 10534367. OLE color: 10534367.
HSL color Cylindrical-coordinate representation of color #DFBDA0: hue angle of 27.62º degrees, saturation: 0.5, 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 #DFBDA0 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 189 | 160 | - |
CMYK | 0 | 0.15 | 0.28 | 0.13 |
HSL | 27.62º | 0.5% | 0.75% | - |
HSV(B) | 27.62º | 0.28% | 0.87% | - |
XYZ | 54.97 | 54.62 | 40.9 | - |
YUV | 195.86 | 107.76 | 147.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 189 | 160 | 0 | 0.15 | 0.28 | 0.13 | 27.62 | 0.5 | 0.75 |
Hex | DF | BD | A0 | 0 | F | 1C | D | 1C | 32 | 4B |
Octal | 337 | 275 | 240 | 0 | 17 | 34 | 15 | 34 | 62 | 113 |
Binary | 11011111 | 10111101 | 10100000 | 0 | 1111 | 11100 | 1101 | 11100 | 110010 | 1001011 |
Color Harmonies of #DFBDA0
Complementary color
Monochromatic Colors of #DFBDA0
Black with #DFBDA0
Text Example
Text Example
White with #DFBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDA0; }
p { color: rgb(223,189,160); }
H1.HeaderClassName
{
color: #DFBDA0;
}
.AnyTagClassName
{
color: #DFBDA0;
}
</style>
background-color css
<style>
a { background-color: #DFBDA0; }
a { background-color: rgb(223,189,160); }
div.DivClassName
{
background-color: #DFBDA0;
}
.BgClassName
{
background-color: #DFBDA0;
}
</style>
border-color css
<style>
span { border-color: #DFBDA0; }
span { border-color: rgb(223,189,160); }
td.TdClassName
{
border-color: #DFBDA0;
}
.TagClassName
{
border-color: #DFBDA0;
}
</style>