Shades of Buff #F1DD84
Tints of Buff #F1DD84
RGB
CMYK
RGB Variations
Color information
#F1DD84 (or 0xF1DD84) is known color: Buff. HEX triplet: F1, DD and 84. RGB value is (241,221,132). Sum of RGB (Red+Green+Blue) = 241+221+132=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DD84 is #0E227B. Grayscale: #D9D9D9. Windows color (decimal): -926332 or 8707569. OLE color: 8707569.
HSL color Cylindrical-coordinate representation of color #F1DD84: hue angle of 48.99º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1DD84 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 132 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.05 |
| HSL | 48.99º | 0.8% | 0.73% | - |
| HSV(B) | 48.99º | 0.45% | 0.95% | - |
| XYZ | 66.3 | 72.08 | 32.25 | - |
| YUV | 216.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 132 | 0 | 0.08 | 0.45 | 0.05 | 48.99 | 0.8 | 0.73 |
| Hex | F1 | DD | 84 | 0 | 8 | 2D | 5 | 31 | 50 | 49 |
| Octal | 361 | 335 | 204 | 0 | 10 | 55 | 5 | 61 | 120 | 111 |
| Binary | 11110001 | 11011101 | 10000100 | 0 | 1000 | 101101 | 101 | 110001 | 1010000 | 1001001 |
Color Harmonies of #F1DD84
Complementary color
Monochromatic Colors of #F1DD84
Black with #F1DD84
Text Example
Text Example
White with #F1DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD84; }
p { color: rgb(241,221,132); }
H1.HeaderClassName
{
color: #F1DD84;
}
.AnyTagClassName
{
color: #F1DD84;
}
</style>
background-color css
<style>
a { background-color: #F1DD84; }
a { background-color: rgb(241,221,132); }
div.DivClassName
{
background-color: #F1DD84;
}
.BgClassName
{
background-color: #F1DD84;
}
</style>
border-color css
<style>
span { border-color: #F1DD84; }
span { border-color: rgb(241,221,132); }
td.TdClassName
{
border-color: #F1DD84;
}
.TagClassName
{
border-color: #F1DD84;
}
</style>