Shades of Bone #DFBDA1
Tints of Bone #DFBDA1
RGB
CMYK
RGB Variations
Color information
#DFBDA1 (or 0xDFBDA1) is known color: Bone. HEX triplet: DF, BD and A1. RGB value is (223,189,161). Sum of RGB (Red+Green+Blue) = 223+189+161=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBDA1 is #20425E. Grayscale: #C4C4C4. Windows color (decimal): -2114143 or 10599903. OLE color: 10599903.
HSL color Cylindrical-coordinate representation of color #DFBDA1: hue angle of 27.1º degrees, saturation: 0.49, 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 #DFBDA1 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 189 | 161 | - |
CMYK | 0 | 0.15 | 0.28 | 0.13 |
HSL | 27.1º | 0.49% | 0.75% | - |
HSV(B) | 27.1º | 0.28% | 0.87% | - |
XYZ | 55.06 | 54.66 | 41.37 | - |
YUV | 195.97 | 108.26 | 147.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 189 | 161 | 0 | 0.15 | 0.28 | 0.13 | 27.1 | 0.49 | 0.75 |
Hex | DF | BD | A1 | 0 | F | 1C | D | 1B | 31 | 4B |
Octal | 337 | 275 | 241 | 0 | 17 | 34 | 15 | 33 | 61 | 113 |
Binary | 11011111 | 10111101 | 10100001 | 0 | 1111 | 11100 | 1101 | 11011 | 110001 | 1001011 |
Color Harmonies of #DFBDA1
Complementary color
Monochromatic Colors of #DFBDA1
Black with #DFBDA1
Text Example
Text Example
White with #DFBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDA1; }
p { color: rgb(223,189,161); }
H1.HeaderClassName
{
color: #DFBDA1;
}
.AnyTagClassName
{
color: #DFBDA1;
}
</style>
background-color css
<style>
a { background-color: #DFBDA1; }
a { background-color: rgb(223,189,161); }
div.DivClassName
{
background-color: #DFBDA1;
}
.BgClassName
{
background-color: #DFBDA1;
}
</style>
border-color css
<style>
span { border-color: #DFBDA1; }
span { border-color: rgb(223,189,161); }
td.TdClassName
{
border-color: #DFBDA1;
}
.TagClassName
{
border-color: #DFBDA1;
}
</style>