Shades of Bone #DFBEA1
Tints of Bone #DFBEA1
RGB
CMYK
RGB Variations
Color information
#DFBEA1 (or 0xDFBEA1) is known color: Bone. HEX triplet: DF, BE and A1. RGB value is (223,190,161). Sum of RGB (Red+Green+Blue) = 223+190+161=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBEA1 is #20415E. Grayscale: #C4C4C4. Windows color (decimal): -2113887 or 10600159. OLE color: 10600159.
HSL color Cylindrical-coordinate representation of color #DFBEA1: hue angle of 28.06º 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 #DFBEA1 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 161 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.13 |
| HSL | 28.06º | 0.49% | 0.75% | - |
| HSV(B) | 28.06º | 0.28% | 0.87% | - |
| XYZ | 55.28 | 55.09 | 41.44 | - |
| YUV | 196.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 161 | 0 | 0.15 | 0.28 | 0.13 | 28.06 | 0.49 | 0.75 |
| Hex | DF | BE | A1 | 0 | F | 1C | D | 1C | 31 | 4B |
| Octal | 337 | 276 | 241 | 0 | 17 | 34 | 15 | 34 | 61 | 113 |
| Binary | 11011111 | 10111110 | 10100001 | 0 | 1111 | 11100 | 1101 | 11100 | 110001 | 1001011 |
Color Harmonies of #DFBEA1
Complementary color
Monochromatic Colors of #DFBEA1
Black with #DFBEA1
Text Example
Text Example
White with #DFBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEA1; }
p { color: rgb(223,190,161); }
H1.HeaderClassName
{
color: #DFBEA1;
}
.AnyTagClassName
{
color: #DFBEA1;
}
</style>
background-color css
<style>
a { background-color: #DFBEA1; }
a { background-color: rgb(223,190,161); }
div.DivClassName
{
background-color: #DFBEA1;
}
.BgClassName
{
background-color: #DFBEA1;
}
</style>
border-color css
<style>
span { border-color: #DFBEA1; }
span { border-color: rgb(223,190,161); }
td.TdClassName
{
border-color: #DFBEA1;
}
.TagClassName
{
border-color: #DFBEA1;
}
</style>