Shades of Golden Dream #F4D128
Tints of Golden Dream #F4D128
RGB
CMYK
RGB Variations
Color information
#F4D128 (or 0xF4D128) is known color: Golden Dream. HEX triplet: F4, D1 and 28. RGB value is (244,209,40). Sum of RGB (Red+Green+Blue) = 244+209+40=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D128 is #0B2ED7. Grayscale: #C8C8C8. Windows color (decimal): -732888 or 2675188. OLE color: 2675188.
HSL color Cylindrical-coordinate representation of color #F4D128: hue angle of 49.71º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4D128 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 40 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.04 |
| HSL | 49.71º | 0.9% | 0.56% | - |
| HSV(B) | 49.71º | 0.84% | 0.96% | - |
| XYZ | 60.49 | 64.99 | 11.36 | - |
| YUV | 200.2 | 37.6 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 40 | 0 | 0.14 | 0.84 | 0.04 | 49.71 | 0.9 | 0.56 |
| Hex | F4 | D1 | 28 | 0 | E | 54 | 4 | 32 | 5A | 38 |
| Octal | 364 | 321 | 50 | 0 | 16 | 124 | 4 | 62 | 132 | 70 |
| Binary | 11110100 | 11010001 | 101000 | 0 | 1110 | 1010100 | 100 | 110010 | 1011010 | 111000 |
Color Harmonies of #F4D128
Complementary color
Monochromatic Colors of #F4D128
Black with #F4D128
Text Example
Text Example
White with #F4D128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D128; }
p { color: rgb(244,209,40); }
H1.HeaderClassName
{
color: #F4D128;
}
.AnyTagClassName
{
color: #F4D128;
}
</style>
background-color css
<style>
a { background-color: #F4D128; }
a { background-color: rgb(244,209,40); }
div.DivClassName
{
background-color: #F4D128;
}
.BgClassName
{
background-color: #F4D128;
}
</style>
border-color css
<style>
span { border-color: #F4D128; }
span { border-color: rgb(244,209,40); }
td.TdClassName
{
border-color: #F4D128;
}
.TagClassName
{
border-color: #F4D128;
}
</style>