Shades of Golden Dream #F5D22C
Tints of Golden Dream #F5D22C
RGB
CMYK
RGB Variations
Color information
#F5D22C (or 0xF5D22C) is known color: Golden Dream. HEX triplet: F5, D2 and 2C. RGB value is (245,210,44). Sum of RGB (Red+Green+Blue) = 245+210+44=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D22C is #0A2DD3. Grayscale: #CACACA. Windows color (decimal): -667092 or 2937589. OLE color: 2937589.
HSL color Cylindrical-coordinate representation of color #F5D22C: hue angle of 49.55º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5D22C is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 44 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.04 |
| HSL | 49.55º | 0.91% | 0.57% | - |
| HSV(B) | 49.55º | 0.82% | 0.96% | - |
| XYZ | 61.16 | 65.69 | 11.84 | - |
| YUV | 201.54 | 39.1 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 44 | 0 | 0.14 | 0.82 | 0.04 | 49.55 | 0.91 | 0.57 |
| Hex | F5 | D2 | 2C | 0 | E | 52 | 4 | 32 | 5B | 39 |
| Octal | 365 | 322 | 54 | 0 | 16 | 122 | 4 | 62 | 133 | 71 |
| Binary | 11110101 | 11010010 | 101100 | 0 | 1110 | 1010010 | 100 | 110010 | 1011011 | 111001 |
Color Harmonies of #F5D22C
Complementary color
Monochromatic Colors of #F5D22C
Black with #F5D22C
Text Example
Text Example
White with #F5D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D22C; }
p { color: rgb(245,210,44); }
H1.HeaderClassName
{
color: #F5D22C;
}
.AnyTagClassName
{
color: #F5D22C;
}
</style>
background-color css
<style>
a { background-color: #F5D22C; }
a { background-color: rgb(245,210,44); }
div.DivClassName
{
background-color: #F5D22C;
}
.BgClassName
{
background-color: #F5D22C;
}
</style>
border-color css
<style>
span { border-color: #F5D22C; }
span { border-color: rgb(245,210,44); }
td.TdClassName
{
border-color: #F5D22C;
}
.TagClassName
{
border-color: #F5D22C;
}
</style>