Shades of Golden Dream #F4D634
Tints of Golden Dream #F4D634
RGB
CMYK
RGB Variations
Color information
#F4D634 (or 0xF4D634) is known color: Golden Dream. HEX triplet: F4, D6 and 34. RGB value is (244,214,52). Sum of RGB (Red+Green+Blue) = 244+214+52=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 52 (20.70% from 255 or 10.20% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D634 is #0B29CB. Grayscale: #CDCDCD. Windows color (decimal): -731596 or 3462900. OLE color: 3462900.
HSL color Cylindrical-coordinate representation of color #F4D634: hue angle of 50.62º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4D634 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 52 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.04 |
| HSL | 50.63º | 0.9% | 0.58% | - |
| HSV(B) | 50.63º | 0.79% | 0.96% | - |
| XYZ | 61.97 | 67.57 | 13.03 | - |
| YUV | 204.5 | 41.94 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 52 | 0 | 0.12 | 0.79 | 0.04 | 50.63 | 0.9 | 0.58 |
| Hex | F4 | D6 | 34 | 0 | C | 4F | 4 | 33 | 5A | 3A |
| Octal | 364 | 326 | 64 | 0 | 14 | 117 | 4 | 63 | 132 | 72 |
| Binary | 11110100 | 11010110 | 110100 | 0 | 1100 | 1001111 | 100 | 110011 | 1011010 | 111010 |
Color Harmonies of #F4D634
Complementary color
Monochromatic Colors of #F4D634
Black with #F4D634
Text Example
Text Example
White with #F4D634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D634; }
p { color: rgb(244,214,52); }
H1.HeaderClassName
{
color: #F4D634;
}
.AnyTagClassName
{
color: #F4D634;
}
</style>
background-color css
<style>
a { background-color: #F4D634; }
a { background-color: rgb(244,214,52); }
div.DivClassName
{
background-color: #F4D634;
}
.BgClassName
{
background-color: #F4D634;
}
</style>
border-color css
<style>
span { border-color: #F4D634; }
span { border-color: rgb(244,214,52); }
td.TdClassName
{
border-color: #F4D634;
}
.TagClassName
{
border-color: #F4D634;
}
</style>