Shades of Golden Dream #F4D22D
Tints of Golden Dream #F4D22D
RGB
CMYK
RGB Variations
Color information
#F4D22D (or 0xF4D22D) is known color: Golden Dream. HEX triplet: F4, D2 and 2D. RGB value is (244,210,45). Sum of RGB (Red+Green+Blue) = 244+210+45=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D22D is #0B2DD2. Grayscale: #CACACA. Windows color (decimal): -732627 or 3003124. OLE color: 3003124.
HSL color Cylindrical-coordinate representation of color #F4D22D: hue angle of 49.75º degrees, saturation: 0.9, 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 #F4D22D is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 45 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.04 |
| HSL | 49.75º | 0.9% | 0.57% | - |
| HSV(B) | 49.75º | 0.82% | 0.96% | - |
| XYZ | 60.83 | 65.52 | 11.92 | - |
| YUV | 201.36 | 39.76 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 45 | 0 | 0.14 | 0.82 | 0.04 | 49.75 | 0.9 | 0.57 |
| Hex | F4 | D2 | 2D | 0 | E | 52 | 4 | 32 | 5A | 39 |
| Octal | 364 | 322 | 55 | 0 | 16 | 122 | 4 | 62 | 132 | 71 |
| Binary | 11110100 | 11010010 | 101101 | 0 | 1110 | 1010010 | 100 | 110010 | 1011010 | 111001 |
Color Harmonies of #F4D22D
Complementary color
Monochromatic Colors of #F4D22D
Black with #F4D22D
Text Example
Text Example
White with #F4D22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D22D; }
p { color: rgb(244,210,45); }
H1.HeaderClassName
{
color: #F4D22D;
}
.AnyTagClassName
{
color: #F4D22D;
}
</style>
background-color css
<style>
a { background-color: #F4D22D; }
a { background-color: rgb(244,210,45); }
div.DivClassName
{
background-color: #F4D22D;
}
.BgClassName
{
background-color: #F4D22D;
}
</style>
border-color css
<style>
span { border-color: #F4D22D; }
span { border-color: rgb(244,210,45); }
td.TdClassName
{
border-color: #F4D22D;
}
.TagClassName
{
border-color: #F4D22D;
}
</style>