Shades of Golden Dream #F1D228
Tints of Golden Dream #F1D228
RGB
CMYK
RGB Variations
Color information
#F1D228 (or 0xF1D228) is known color: Golden Dream. HEX triplet: F1, D2 and 28. RGB value is (241,210,40). Sum of RGB (Red+Green+Blue) = 241+210+40=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D228 is #0E2DD7. Grayscale: #C8C8C8. Windows color (decimal): -929240 or 2675441. OLE color: 2675441.
HSL color Cylindrical-coordinate representation of color #F1D228: hue angle of 50.75º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1D228 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 40 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.05 |
| HSL | 50.75º | 0.88% | 0.55% | - |
| HSV(B) | 50.75º | 0.83% | 0.95% | - |
| XYZ | 59.71 | 64.95 | 11.4 | - |
| YUV | 199.89 | 37.77 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 40 | 0 | 0.13 | 0.83 | 0.05 | 50.75 | 0.88 | 0.55 |
| Hex | F1 | D2 | 28 | 0 | D | 53 | 5 | 33 | 58 | 37 |
| Octal | 361 | 322 | 50 | 0 | 15 | 123 | 5 | 63 | 130 | 67 |
| Binary | 11110001 | 11010010 | 101000 | 0 | 1101 | 1010011 | 101 | 110011 | 1011000 | 110111 |
Color Harmonies of #F1D228
Complementary color
Monochromatic Colors of #F1D228
Black with #F1D228
Text Example
Text Example
White with #F1D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D228; }
p { color: rgb(241,210,40); }
H1.HeaderClassName
{
color: #F1D228;
}
.AnyTagClassName
{
color: #F1D228;
}
</style>
background-color css
<style>
a { background-color: #F1D228; }
a { background-color: rgb(241,210,40); }
div.DivClassName
{
background-color: #F1D228;
}
.BgClassName
{
background-color: #F1D228;
}
</style>
border-color css
<style>
span { border-color: #F1D228; }
span { border-color: rgb(241,210,40); }
td.TdClassName
{
border-color: #F1D228;
}
.TagClassName
{
border-color: #F1D228;
}
</style>