Shades of Golden Dream #F4D32C
Tints of Golden Dream #F4D32C
RGB
CMYK
RGB Variations
Color information
#F4D32C (or 0xF4D32C) is known color: Golden Dream. HEX triplet: F4, D3 and 2C. RGB value is (244,211,44). Sum of RGB (Red+Green+Blue) = 244+211+44=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D32C is #0B2CD3. Grayscale: #CACACA. Windows color (decimal): -732372 or 2937844. OLE color: 2937844.
HSL color Cylindrical-coordinate representation of color #F4D32C: hue angle of 50.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4D32C is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 44 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.04 |
| HSL | 50.1º | 0.9% | 0.56% | - |
| HSV(B) | 50.1º | 0.82% | 0.96% | - |
| XYZ | 61.06 | 66 | 11.9 | - |
| YUV | 201.83 | 38.93 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 44 | 0 | 0.14 | 0.82 | 0.04 | 50.1 | 0.9 | 0.56 |
| Hex | F4 | D3 | 2C | 0 | E | 52 | 4 | 32 | 5A | 38 |
| Octal | 364 | 323 | 54 | 0 | 16 | 122 | 4 | 62 | 132 | 70 |
| Binary | 11110100 | 11010011 | 101100 | 0 | 1110 | 1010010 | 100 | 110010 | 1011010 | 111000 |
Color Harmonies of #F4D32C
Complementary color
Monochromatic Colors of #F4D32C
Black with #F4D32C
Text Example
Text Example
White with #F4D32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D32C; }
p { color: rgb(244,211,44); }
H1.HeaderClassName
{
color: #F4D32C;
}
.AnyTagClassName
{
color: #F4D32C;
}
</style>
background-color css
<style>
a { background-color: #F4D32C; }
a { background-color: rgb(244,211,44); }
div.DivClassName
{
background-color: #F4D32C;
}
.BgClassName
{
background-color: #F4D32C;
}
</style>
border-color css
<style>
span { border-color: #F4D32C; }
span { border-color: rgb(244,211,44); }
td.TdClassName
{
border-color: #F4D32C;
}
.TagClassName
{
border-color: #F4D32C;
}
</style>