Shades of Buff #F0DB79
Tints of Buff #F0DB79
RGB
CMYK
RGB Variations
Color information
#F0DB79 (or 0xF0DB79) is known color: Buff. HEX triplet: F0, DB and 79. RGB value is (240,219,121). Sum of RGB (Red+Green+Blue) = 240+219+121=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 121 (47.66% from 255 or 20.86% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB79 is #0F2486. Grayscale: #D6D6D6. Windows color (decimal): -992391 or 7986160. OLE color: 7986160.
HSL color Cylindrical-coordinate representation of color #F0DB79: hue angle of 49.41º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0DB79 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 121 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.06 |
| HSL | 49.41º | 0.8% | 0.71% | - |
| HSV(B) | 49.41º | 0.5% | 0.94% | - |
| XYZ | 64.72 | 70.57 | 28.3 | - |
| YUV | 214.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 121 | 0 | 0.09 | 0.50 | 0.06 | 49.41 | 0.8 | 0.71 |
| Hex | F0 | DB | 79 | 0 | 9 | 32 | 6 | 31 | 50 | 47 |
| Octal | 360 | 333 | 171 | 0 | 11 | 62 | 6 | 61 | 120 | 107 |
| Binary | 11110000 | 11011011 | 1111001 | 0 | 1001 | 110010 | 110 | 110001 | 1010000 | 1000111 |
Color Harmonies of #F0DB79
Complementary color
Monochromatic Colors of #F0DB79
Black with #F0DB79
Text Example
Text Example
White with #F0DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB79; }
p { color: rgb(240,219,121); }
H1.HeaderClassName
{
color: #F0DB79;
}
.AnyTagClassName
{
color: #F0DB79;
}
</style>
background-color css
<style>
a { background-color: #F0DB79; }
a { background-color: rgb(240,219,121); }
div.DivClassName
{
background-color: #F0DB79;
}
.BgClassName
{
background-color: #F0DB79;
}
</style>
border-color css
<style>
span { border-color: #F0DB79; }
span { border-color: rgb(240,219,121); }
td.TdClassName
{
border-color: #F0DB79;
}
.TagClassName
{
border-color: #F0DB79;
}
</style>