Shades of Dolly #F1E76D
Tints of Dolly #F1E76D
RGB
CMYK
RGB Variations
Color information
#F1E76D (or 0xF1E76D) is known color: Dolly. HEX triplet: F1, E7 and 6D. RGB value is (241,231,109). Sum of RGB (Red+Green+Blue) = 241+231+109=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E76D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E76D is #0E1892. Grayscale: #DCDCDC. Windows color (decimal): -923795 or 7202801. OLE color: 7202801.
HSL color Cylindrical-coordinate representation of color #F1E76D: hue angle of 55.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1E76D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 109 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.05 |
| HSL | 55.45º | 0.83% | 0.69% | - |
| HSV(B) | 55.45º | 0.55% | 0.95% | - |
| XYZ | 67.61 | 76.96 | 25.76 | - |
| YUV | 220.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 109 | 0 | 0.04 | 0.55 | 0.05 | 55.45 | 0.83 | 0.69 |
| Hex | F1 | E7 | 6D | 0 | 4 | 37 | 5 | 37 | 52 | 45 |
| Octal | 361 | 347 | 155 | 0 | 4 | 67 | 5 | 67 | 122 | 105 |
| Binary | 11110001 | 11100111 | 1101101 | 0 | 100 | 110111 | 101 | 110111 | 1010010 | 1000101 |
Color Harmonies of #F1E76D
Complementary color
Monochromatic Colors of #F1E76D
Black with #F1E76D
Text Example
Text Example
White with #F1E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E76D; }
p { color: rgb(241,231,109); }
H1.HeaderClassName
{
color: #F1E76D;
}
.AnyTagClassName
{
color: #F1E76D;
}
</style>
background-color css
<style>
a { background-color: #F1E76D; }
a { background-color: rgb(241,231,109); }
div.DivClassName
{
background-color: #F1E76D;
}
.BgClassName
{
background-color: #F1E76D;
}
</style>
border-color css
<style>
span { border-color: #F1E76D; }
span { border-color: rgb(241,231,109); }
td.TdClassName
{
border-color: #F1E76D;
}
.TagClassName
{
border-color: #F1E76D;
}
</style>