Shades of Golden Dream #F1D33B
Tints of Golden Dream #F1D33B
RGB
CMYK
RGB Variations
Color information
#F1D33B (or 0xF1D33B) is known color: Golden Dream. HEX triplet: F1, D3 and 3B. RGB value is (241,211,59). Sum of RGB (Red+Green+Blue) = 241+211+59=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 59 (23.44% from 255 or 11.55% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D33B is #0E2CC4. Grayscale: #CBCBCB. Windows color (decimal): -928965 or 3920881. OLE color: 3920881.
HSL color Cylindrical-coordinate representation of color #F1D33B: hue angle of 50.11º 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 #F1D33B is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 59 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.05 |
| HSL | 50.11º | 0.87% | 0.59% | - |
| HSV(B) | 50.11º | 0.76% | 0.95% | - |
| XYZ | 60.36 | 65.61 | 13.62 | - |
| YUV | 202.64 | 46.94 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 59 | 0 | 0.12 | 0.76 | 0.05 | 50.11 | 0.87 | 0.59 |
| Hex | F1 | D3 | 3B | 0 | C | 4C | 5 | 32 | 57 | 3B |
| Octal | 361 | 323 | 73 | 0 | 14 | 114 | 5 | 62 | 127 | 73 |
| Binary | 11110001 | 11010011 | 111011 | 0 | 1100 | 1001100 | 101 | 110010 | 1010111 | 111011 |
Color Harmonies of #F1D33B
Complementary color
Monochromatic Colors of #F1D33B
Black with #F1D33B
Text Example
Text Example
White with #F1D33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D33B; }
p { color: rgb(241,211,59); }
H1.HeaderClassName
{
color: #F1D33B;
}
.AnyTagClassName
{
color: #F1D33B;
}
</style>
background-color css
<style>
a { background-color: #F1D33B; }
a { background-color: rgb(241,211,59); }
div.DivClassName
{
background-color: #F1D33B;
}
.BgClassName
{
background-color: #F1D33B;
}
</style>
border-color css
<style>
span { border-color: #F1D33B; }
span { border-color: rgb(241,211,59); }
td.TdClassName
{
border-color: #F1D33B;
}
.TagClassName
{
border-color: #F1D33B;
}
</style>