Shades of Dolly #F4F467
Tints of Dolly #F4F467
RGB
CMYK
RGB Variations
Color information
#F4F467 (or 0xF4F467) is known color: Dolly. HEX triplet: F4, F4 and 67. RGB value is (244,244,103). Sum of RGB (Red+Green+Blue) = 244+244+103=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 103 (40.62% from 255 or 17.43% from 591); Max value from RGB is 244 - color contains mainly: red, green. Hex color #F4F467 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F467 is #0B0B98. Grayscale: #E4E4E4. Windows color (decimal): -723865 or 6812916. OLE color: 6812916.
HSL color Cylindrical-coordinate representation of color #F4F467: hue angle of 60º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4F467 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 244 | 103 | - |
| CMYK | 0 | 0 | 0.58 | 0.04 |
| HSL | 60º | 0.87% | 0.68% | - |
| HSV(B) | 60º | 0.58% | 0.96% | - |
| XYZ | 72.11 | 84.91 | 25.42 | - |
| YUV | 227.93 | 57.5 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 244 | 103 | 0 | 0 | 0.58 | 0.04 | 60 | 0.87 | 0.68 |
| Hex | F4 | F4 | 67 | 0 | 0 | 3A | 4 | 3C | 57 | 44 |
| Octal | 364 | 364 | 147 | 0 | 0 | 72 | 4 | 74 | 127 | 104 |
| Binary | 11110100 | 11110100 | 1100111 | 0 | 0 | 111010 | 100 | 111100 | 1010111 | 1000100 |
Color Harmonies of #F4F467
Complementary color
Monochromatic Colors of #F4F467
Black with #F4F467
Text Example
Text Example
White with #F4F467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F467; }
p { color: rgb(244,244,103); }
H1.HeaderClassName
{
color: #F4F467;
}
.AnyTagClassName
{
color: #F4F467;
}
</style>
background-color css
<style>
a { background-color: #F4F467; }
a { background-color: rgb(244,244,103); }
div.DivClassName
{
background-color: #F4F467;
}
.BgClassName
{
background-color: #F4F467;
}
</style>
border-color css
<style>
span { border-color: #F4F467; }
span { border-color: rgb(244,244,103); }
td.TdClassName
{
border-color: #F4F467;
}
.TagClassName
{
border-color: #F4F467;
}
</style>