Shades of Buff #F1DB80
Tints of Buff #F1DB80
RGB
CMYK
RGB Variations
Color information
#F1DB80 (or 0xF1DB80) is known color: Buff. HEX triplet: F1, DB and 80. RGB value is (241,219,128). Sum of RGB (Red+Green+Blue) = 241+219+128=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DB80 is #0E247F. Grayscale: #D7D7D7. Windows color (decimal): -926848 or 8444913. OLE color: 8444913.
HSL color Cylindrical-coordinate representation of color #F1DB80: hue angle of 48.32º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1DB80 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 128 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.05 |
| HSL | 48.32º | 0.8% | 0.72% | - |
| HSV(B) | 48.32º | 0.47% | 0.95% | - |
| XYZ | 65.5 | 70.92 | 30.66 | - |
| YUV | 215.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 128 | 0 | 0.09 | 0.47 | 0.05 | 48.32 | 0.8 | 0.72 |
| Hex | F1 | DB | 80 | 0 | 9 | 2F | 5 | 30 | 50 | 48 |
| Octal | 361 | 333 | 200 | 0 | 11 | 57 | 5 | 60 | 120 | 110 |
| Binary | 11110001 | 11011011 | 10000000 | 0 | 1001 | 101111 | 101 | 110000 | 1010000 | 1001000 |
Color Harmonies of #F1DB80
Complementary color
Monochromatic Colors of #F1DB80
Black with #F1DB80
Text Example
Text Example
White with #F1DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB80; }
p { color: rgb(241,219,128); }
H1.HeaderClassName
{
color: #F1DB80;
}
.AnyTagClassName
{
color: #F1DB80;
}
</style>
background-color css
<style>
a { background-color: #F1DB80; }
a { background-color: rgb(241,219,128); }
div.DivClassName
{
background-color: #F1DB80;
}
.BgClassName
{
background-color: #F1DB80;
}
</style>
border-color css
<style>
span { border-color: #F1DB80; }
span { border-color: rgb(241,219,128); }
td.TdClassName
{
border-color: #F1DB80;
}
.TagClassName
{
border-color: #F1DB80;
}
</style>