Shades of Golden Dream #F1D329
Tints of Golden Dream #F1D329
RGB
CMYK
RGB Variations
Color information
#F1D329 (or 0xF1D329) is known color: Golden Dream. HEX triplet: F1, D3 and 29. RGB value is (241,211,41). Sum of RGB (Red+Green+Blue) = 241+211+41=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D329 is #0E2CD6. Grayscale: #C9C9C9. Windows color (decimal): -928983 or 2741233. OLE color: 2741233.
HSL color Cylindrical-coordinate representation of color #F1D329: hue angle of 51º 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 #F1D329 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 41 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.05 |
| HSL | 51º | 0.88% | 0.55% | - |
| HSV(B) | 51º | 0.83% | 0.95% | - |
| XYZ | 59.97 | 65.45 | 11.57 | - |
| YUV | 200.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 41 | 0 | 0.12 | 0.83 | 0.05 | 51 | 0.88 | 0.55 |
| Hex | F1 | D3 | 29 | 0 | C | 53 | 5 | 33 | 58 | 37 |
| Octal | 361 | 323 | 51 | 0 | 14 | 123 | 5 | 63 | 130 | 67 |
| Binary | 11110001 | 11010011 | 101001 | 0 | 1100 | 1010011 | 101 | 110011 | 1011000 | 110111 |
Color Harmonies of #F1D329
Complementary color
Monochromatic Colors of #F1D329
Black with #F1D329
Text Example
Text Example
White with #F1D329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D329; }
p { color: rgb(241,211,41); }
H1.HeaderClassName
{
color: #F1D329;
}
.AnyTagClassName
{
color: #F1D329;
}
</style>
background-color css
<style>
a { background-color: #F1D329; }
a { background-color: rgb(241,211,41); }
div.DivClassName
{
background-color: #F1D329;
}
.BgClassName
{
background-color: #F1D329;
}
</style>
border-color css
<style>
span { border-color: #F1D329; }
span { border-color: rgb(241,211,41); }
td.TdClassName
{
border-color: #F1D329;
}
.TagClassName
{
border-color: #F1D329;
}
</style>