Shades of Golden Dream #F1D13B
Tints of Golden Dream #F1D13B
RGB
CMYK
RGB Variations
Color information
#F1D13B (or 0xF1D13B) is known color: Golden Dream. HEX triplet: F1, D1 and 3B. RGB value is (241,209,59). Sum of RGB (Red+Green+Blue) = 241+209+59=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 59 (23.44% from 255 or 11.59% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D13B is #0E2EC4. Grayscale: #CACACA. Windows color (decimal): -929477 or 3920369. OLE color: 3920369.
HSL color Cylindrical-coordinate representation of color #F1D13B: hue angle of 49.45º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1D13B is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 59 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.05 |
| HSL | 49.45º | 0.87% | 0.59% | - |
| HSV(B) | 49.45º | 0.76% | 0.95% | - |
| XYZ | 59.87 | 64.62 | 13.45 | - |
| YUV | 201.47 | 47.6 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 59 | 0 | 0.13 | 0.76 | 0.05 | 49.45 | 0.87 | 0.59 |
| Hex | F1 | D1 | 3B | 0 | D | 4C | 5 | 31 | 57 | 3B |
| Octal | 361 | 321 | 73 | 0 | 15 | 114 | 5 | 61 | 127 | 73 |
| Binary | 11110001 | 11010001 | 111011 | 0 | 1101 | 1001100 | 101 | 110001 | 1010111 | 111011 |
Color Harmonies of #F1D13B
Complementary color
Monochromatic Colors of #F1D13B
Black with #F1D13B
Text Example
Text Example
White with #F1D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D13B; }
p { color: rgb(241,209,59); }
H1.HeaderClassName
{
color: #F1D13B;
}
.AnyTagClassName
{
color: #F1D13B;
}
</style>
background-color css
<style>
a { background-color: #F1D13B; }
a { background-color: rgb(241,209,59); }
div.DivClassName
{
background-color: #F1D13B;
}
.BgClassName
{
background-color: #F1D13B;
}
</style>
border-color css
<style>
span { border-color: #F1D13B; }
span { border-color: rgb(241,209,59); }
td.TdClassName
{
border-color: #F1D13B;
}
.TagClassName
{
border-color: #F1D13B;
}
</style>