Shades of Dolly #F5E76D
Tints of Dolly #F5E76D
RGB
CMYK
RGB Variations
Color information
#F5E76D (or 0xF5E76D) is known color: Dolly. HEX triplet: F5, E7 and 6D. RGB value is (245,231,109). Sum of RGB (Red+Green+Blue) = 245+231+109=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 109 (42.97% from 255 or 18.63% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E76D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E76D is #0A1892. Grayscale: #DDDDDD. Windows color (decimal): -661651 or 7202805. OLE color: 7202805.
HSL color Cylindrical-coordinate representation of color #F5E76D: hue angle of 53.82º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5E76D is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 109 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.04 |
| HSL | 53.82º | 0.87% | 0.69% | - |
| HSV(B) | 53.82º | 0.56% | 0.96% | - |
| XYZ | 68.99 | 77.67 | 25.82 | - |
| YUV | 221.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 109 | 0 | 0.06 | 0.56 | 0.04 | 53.82 | 0.87 | 0.69 |
| Hex | F5 | E7 | 6D | 0 | 6 | 38 | 4 | 36 | 57 | 45 |
| Octal | 365 | 347 | 155 | 0 | 6 | 70 | 4 | 66 | 127 | 105 |
| Binary | 11110101 | 11100111 | 1101101 | 0 | 110 | 111000 | 100 | 110110 | 1010111 | 1000101 |
Color Harmonies of #F5E76D
Complementary color
Monochromatic Colors of #F5E76D
Black with #F5E76D
Text Example
Text Example
White with #F5E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E76D; }
p { color: rgb(245,231,109); }
H1.HeaderClassName
{
color: #F5E76D;
}
.AnyTagClassName
{
color: #F5E76D;
}
</style>
background-color css
<style>
a { background-color: #F5E76D; }
a { background-color: rgb(245,231,109); }
div.DivClassName
{
background-color: #F5E76D;
}
.BgClassName
{
background-color: #F5E76D;
}
</style>
border-color css
<style>
span { border-color: #F5E76D; }
span { border-color: rgb(245,231,109); }
td.TdClassName
{
border-color: #F5E76D;
}
.TagClassName
{
border-color: #F5E76D;
}
</style>