Shades of Buff #F0DB8D
Tints of Buff #F0DB8D
RGB
CMYK
RGB Variations
Color information
#F0DB8D (or 0xF0DB8D) is known color: Buff. HEX triplet: F0, DB and 8D. RGB value is (240,219,141). Sum of RGB (Red+Green+Blue) = 240+219+141=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DB8D is #0F2472. Grayscale: #D8D8D8. Windows color (decimal): -992371 or 9296880. OLE color: 9296880.
HSL color Cylindrical-coordinate representation of color #F0DB8D: hue angle of 47.27º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0DB8D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 141 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.06 |
| HSL | 47.27º | 0.77% | 0.75% | - |
| HSV(B) | 47.27º | 0.41% | 0.94% | - |
| XYZ | 66.07 | 71.11 | 35.44 | - |
| YUV | 216.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 141 | 0 | 0.09 | 0.41 | 0.06 | 47.27 | 0.77 | 0.75 |
| Hex | F0 | DB | 8D | 0 | 9 | 29 | 6 | 2F | 4D | 4B |
| Octal | 360 | 333 | 215 | 0 | 11 | 51 | 6 | 57 | 115 | 113 |
| Binary | 11110000 | 11011011 | 10001101 | 0 | 1001 | 101001 | 110 | 101111 | 1001101 | 1001011 |
Color Harmonies of #F0DB8D
Complementary color
Monochromatic Colors of #F0DB8D
Black with #F0DB8D
Text Example
Text Example
White with #F0DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB8D; }
p { color: rgb(240,219,141); }
H1.HeaderClassName
{
color: #F0DB8D;
}
.AnyTagClassName
{
color: #F0DB8D;
}
</style>
background-color css
<style>
a { background-color: #F0DB8D; }
a { background-color: rgb(240,219,141); }
div.DivClassName
{
background-color: #F0DB8D;
}
.BgClassName
{
background-color: #F0DB8D;
}
</style>
border-color css
<style>
span { border-color: #F0DB8D; }
span { border-color: rgb(240,219,141); }
td.TdClassName
{
border-color: #F0DB8D;
}
.TagClassName
{
border-color: #F0DB8D;
}
</style>