Shades of Golden Dream #F1D231
Tints of Golden Dream #F1D231
RGB
CMYK
RGB Variations
Color information
#F1D231 (or 0xF1D231) is known color: Golden Dream. HEX triplet: F1, D2 and 31. RGB value is (241,210,49). Sum of RGB (Red+Green+Blue) = 241+210+49=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D231 is #0E2DCE. Grayscale: #C9C9C9. Windows color (decimal): -929231 or 3265265. OLE color: 3265265.
HSL color Cylindrical-coordinate representation of color #F1D231: hue angle of 50.31º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1D231 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 49 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.05 |
| HSL | 50.31º | 0.87% | 0.57% | - |
| HSV(B) | 50.31º | 0.8% | 0.95% | - |
| XYZ | 59.88 | 65.02 | 12.3 | - |
| YUV | 200.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 49 | 0 | 0.13 | 0.80 | 0.05 | 50.31 | 0.87 | 0.57 |
| Hex | F1 | D2 | 31 | 0 | D | 50 | 5 | 32 | 57 | 39 |
| Octal | 361 | 322 | 61 | 0 | 15 | 120 | 5 | 62 | 127 | 71 |
| Binary | 11110001 | 11010010 | 110001 | 0 | 1101 | 1010000 | 101 | 110010 | 1010111 | 111001 |
Color Harmonies of #F1D231
Complementary color
Monochromatic Colors of #F1D231
Black with #F1D231
Text Example
Text Example
White with #F1D231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D231; }
p { color: rgb(241,210,49); }
H1.HeaderClassName
{
color: #F1D231;
}
.AnyTagClassName
{
color: #F1D231;
}
</style>
background-color css
<style>
a { background-color: #F1D231; }
a { background-color: rgb(241,210,49); }
div.DivClassName
{
background-color: #F1D231;
}
.BgClassName
{
background-color: #F1D231;
}
</style>
border-color css
<style>
span { border-color: #F1D231; }
span { border-color: rgb(241,210,49); }
td.TdClassName
{
border-color: #F1D231;
}
.TagClassName
{
border-color: #F1D231;
}
</style>