Shades of Golden Dream #F4D72F
Tints of Golden Dream #F4D72F
RGB
CMYK
RGB Variations
Color information
#F4D72F (or 0xF4D72F) is known color: Golden Dream. HEX triplet: F4, D7 and 2F. RGB value is (244,215,47). Sum of RGB (Red+Green+Blue) = 244+215+47=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 47 (18.75% from 255 or 9.29% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D72F is #0B28D0. Grayscale: #CDCDCD. Windows color (decimal): -731345 or 3135476. OLE color: 3135476.
HSL color Cylindrical-coordinate representation of color #F4D72F: hue angle of 51.17º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4D72F is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 47 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.04 |
| HSL | 51.17º | 0.9% | 0.57% | - |
| HSV(B) | 51.17º | 0.81% | 0.96% | - |
| XYZ | 62.12 | 68.04 | 12.55 | - |
| YUV | 204.52 | 39.11 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 47 | 0 | 0.12 | 0.81 | 0.04 | 51.17 | 0.9 | 0.57 |
| Hex | F4 | D7 | 2F | 0 | C | 51 | 4 | 33 | 5A | 39 |
| Octal | 364 | 327 | 57 | 0 | 14 | 121 | 4 | 63 | 132 | 71 |
| Binary | 11110100 | 11010111 | 101111 | 0 | 1100 | 1010001 | 100 | 110011 | 1011010 | 111001 |
Color Harmonies of #F4D72F
Complementary color
Monochromatic Colors of #F4D72F
Black with #F4D72F
Text Example
Text Example
White with #F4D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D72F; }
p { color: rgb(244,215,47); }
H1.HeaderClassName
{
color: #F4D72F;
}
.AnyTagClassName
{
color: #F4D72F;
}
</style>
background-color css
<style>
a { background-color: #F4D72F; }
a { background-color: rgb(244,215,47); }
div.DivClassName
{
background-color: #F4D72F;
}
.BgClassName
{
background-color: #F4D72F;
}
</style>
border-color css
<style>
span { border-color: #F4D72F; }
span { border-color: rgb(244,215,47); }
td.TdClassName
{
border-color: #F4D72F;
}
.TagClassName
{
border-color: #F4D72F;
}
</style>