Shades of Golden Dream #F9D22C
Tints of Golden Dream #F9D22C
RGB
CMYK
RGB Variations
Color information
#F9D22C (or 0xF9D22C) is known color: Golden Dream. HEX triplet: F9, D2 and 2C. RGB value is (249,210,44). Sum of RGB (Red+Green+Blue) = 249+210+44=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 44 (17.58% from 255 or 8.75% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D22C is #062DD3. Grayscale: #CBCBCB. Windows color (decimal): -404948 or 2937593. OLE color: 2937593.
HSL color Cylindrical-coordinate representation of color #F9D22C: hue angle of 48.59º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9D22C is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 44 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.02 |
| HSL | 48.59º | 0.94% | 0.57% | - |
| HSV(B) | 48.59º | 0.82% | 0.98% | - |
| XYZ | 62.57 | 66.41 | 11.9 | - |
| YUV | 202.74 | 38.42 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 44 | 0 | 0.16 | 0.82 | 0.02 | 48.59 | 0.94 | 0.57 |
| Hex | F9 | D2 | 2C | 0 | 10 | 52 | 2 | 31 | 5E | 39 |
| Octal | 371 | 322 | 54 | 0 | 20 | 122 | 2 | 61 | 136 | 71 |
| Binary | 11111001 | 11010010 | 101100 | 0 | 10000 | 1010010 | 10 | 110001 | 1011110 | 111001 |
Color Harmonies of #F9D22C
Complementary color
Monochromatic Colors of #F9D22C
Black with #F9D22C
Text Example
Text Example
White with #F9D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D22C; }
p { color: rgb(249,210,44); }
H1.HeaderClassName
{
color: #F9D22C;
}
.AnyTagClassName
{
color: #F9D22C;
}
</style>
background-color css
<style>
a { background-color: #F9D22C; }
a { background-color: rgb(249,210,44); }
div.DivClassName
{
background-color: #F9D22C;
}
.BgClassName
{
background-color: #F9D22C;
}
</style>
border-color css
<style>
span { border-color: #F9D22C; }
span { border-color: rgb(249,210,44); }
td.TdClassName
{
border-color: #F9D22C;
}
.TagClassName
{
border-color: #F9D22C;
}
</style>