Shades of Golden Dream #F1D437
Tints of Golden Dream #F1D437
RGB
CMYK
RGB Variations
Color information
#F1D437 (or 0xF1D437) is known color: Golden Dream. HEX triplet: F1, D4 and 37. RGB value is (241,212,55). Sum of RGB (Red+Green+Blue) = 241+212+55=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 55 (21.88% from 255 or 10.83% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D437 is #0E2BC8. Grayscale: #CBCBCB. Windows color (decimal): -928713 or 3658993. OLE color: 3658993.
HSL color Cylindrical-coordinate representation of color #F1D437: hue angle of 50.65º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1D437 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 55 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.05 |
| HSL | 50.65º | 0.87% | 0.58% | - |
| HSV(B) | 50.65º | 0.77% | 0.95% | - |
| XYZ | 60.51 | 66.06 | 13.18 | - |
| YUV | 202.77 | 44.61 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 55 | 0 | 0.12 | 0.77 | 0.05 | 50.65 | 0.87 | 0.58 |
| Hex | F1 | D4 | 37 | 0 | C | 4D | 5 | 33 | 57 | 3A |
| Octal | 361 | 324 | 67 | 0 | 14 | 115 | 5 | 63 | 127 | 72 |
| Binary | 11110001 | 11010100 | 110111 | 0 | 1100 | 1001101 | 101 | 110011 | 1010111 | 111010 |
Color Harmonies of #F1D437
Complementary color
Monochromatic Colors of #F1D437
Black with #F1D437
Text Example
Text Example
White with #F1D437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D437; }
p { color: rgb(241,212,55); }
H1.HeaderClassName
{
color: #F1D437;
}
.AnyTagClassName
{
color: #F1D437;
}
</style>
background-color css
<style>
a { background-color: #F1D437; }
a { background-color: rgb(241,212,55); }
div.DivClassName
{
background-color: #F1D437;
}
.BgClassName
{
background-color: #F1D437;
}
</style>
border-color css
<style>
span { border-color: #F1D437; }
span { border-color: rgb(241,212,55); }
td.TdClassName
{
border-color: #F1D437;
}
.TagClassName
{
border-color: #F1D437;
}
</style>