Shades of Dolly #F0E66D
Tints of Dolly #F0E66D
RGB
CMYK
RGB Variations
Color information
#F0E66D (or 0xF0E66D) is known color: Dolly. HEX triplet: F0, E6 and 6D. RGB value is (240,230,109). Sum of RGB (Red+Green+Blue) = 240+230+109=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 109 (42.97% from 255 or 18.83% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E66D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E66D is #0F1992. Grayscale: #DBDBDB. Windows color (decimal): -989587 or 7202544. OLE color: 7202544.
HSL color Cylindrical-coordinate representation of color #F0E66D: hue angle of 55.42º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0E66D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 109 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.06 |
| HSL | 55.42º | 0.81% | 0.68% | - |
| HSV(B) | 55.42º | 0.55% | 0.94% | - |
| XYZ | 66.99 | 76.22 | 25.65 | - |
| YUV | 219.2 | 65.81 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 109 | 0 | 0.04 | 0.55 | 0.06 | 55.42 | 0.81 | 0.68 |
| Hex | F0 | E6 | 6D | 0 | 4 | 37 | 6 | 37 | 51 | 44 |
| Octal | 360 | 346 | 155 | 0 | 4 | 67 | 6 | 67 | 121 | 104 |
| Binary | 11110000 | 11100110 | 1101101 | 0 | 100 | 110111 | 110 | 110111 | 1010001 | 1000100 |
Color Harmonies of #F0E66D
Complementary color
Monochromatic Colors of #F0E66D
Black with #F0E66D
Text Example
Text Example
White with #F0E66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E66D; }
p { color: rgb(240,230,109); }
H1.HeaderClassName
{
color: #F0E66D;
}
.AnyTagClassName
{
color: #F0E66D;
}
</style>
background-color css
<style>
a { background-color: #F0E66D; }
a { background-color: rgb(240,230,109); }
div.DivClassName
{
background-color: #F0E66D;
}
.BgClassName
{
background-color: #F0E66D;
}
</style>
border-color css
<style>
span { border-color: #F0E66D; }
span { border-color: rgb(240,230,109); }
td.TdClassName
{
border-color: #F0E66D;
}
.TagClassName
{
border-color: #F0E66D;
}
</style>