Shades of Buff #F1DD79
Tints of Buff #F1DD79
RGB
CMYK
RGB Variations
Color information
#F1DD79 (or 0xF1DD79) is known color: Buff. HEX triplet: F1, DD and 79. RGB value is (241,221,121). Sum of RGB (Red+Green+Blue) = 241+221+121=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD79 is #0E2286. Grayscale: #D8D8D8. Windows color (decimal): -926343 or 7986673. OLE color: 7986673.
HSL color Cylindrical-coordinate representation of color #F1DD79: hue angle of 50º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F1DD79 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 121 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.05 |
| HSL | 50º | 0.81% | 0.71% | - |
| HSV(B) | 50º | 0.5% | 0.95% | - |
| XYZ | 65.58 | 71.79 | 28.49 | - |
| YUV | 215.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 121 | 0 | 0.08 | 0.50 | 0.05 | 50 | 0.81 | 0.71 |
| Hex | F1 | DD | 79 | 0 | 8 | 32 | 5 | 32 | 51 | 47 |
| Octal | 361 | 335 | 171 | 0 | 10 | 62 | 5 | 62 | 121 | 107 |
| Binary | 11110001 | 11011101 | 1111001 | 0 | 1000 | 110010 | 101 | 110010 | 1010001 | 1000111 |
Color Harmonies of #F1DD79
Complementary color
Monochromatic Colors of #F1DD79
Black with #F1DD79
Text Example
Text Example
White with #F1DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD79; }
p { color: rgb(241,221,121); }
H1.HeaderClassName
{
color: #F1DD79;
}
.AnyTagClassName
{
color: #F1DD79;
}
</style>
background-color css
<style>
a { background-color: #F1DD79; }
a { background-color: rgb(241,221,121); }
div.DivClassName
{
background-color: #F1DD79;
}
.BgClassName
{
background-color: #F1DD79;
}
</style>
border-color css
<style>
span { border-color: #F1DD79; }
span { border-color: rgb(241,221,121); }
td.TdClassName
{
border-color: #F1DD79;
}
.TagClassName
{
border-color: #F1DD79;
}
</style>