Shades of Golden Dream #F2D336
Tints of Golden Dream #F2D336
RGB
CMYK
RGB Variations
Color information
#F2D336 (or 0xF2D336) is known color: Golden Dream. HEX triplet: F2, D3 and 36. RGB value is (242,211,54). Sum of RGB (Red+Green+Blue) = 242+211+54=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 54 (21.48% from 255 or 10.65% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D336 is #0D2CC9. Grayscale: #CBCBCB. Windows color (decimal): -863434 or 3593202. OLE color: 3593202.
HSL color Cylindrical-coordinate representation of color #F2D336: hue angle of 50.11º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2D336 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 54 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.05 |
| HSL | 50.11º | 0.88% | 0.58% | - |
| HSV(B) | 50.11º | 0.78% | 0.95% | - |
| XYZ | 60.58 | 65.73 | 12.98 | - |
| YUV | 202.37 | 44.27 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 54 | 0 | 0.13 | 0.78 | 0.05 | 50.11 | 0.88 | 0.58 |
| Hex | F2 | D3 | 36 | 0 | D | 4E | 5 | 32 | 58 | 3A |
| Octal | 362 | 323 | 66 | 0 | 15 | 116 | 5 | 62 | 130 | 72 |
| Binary | 11110010 | 11010011 | 110110 | 0 | 1101 | 1001110 | 101 | 110010 | 1011000 | 111010 |
Color Harmonies of #F2D336
Complementary color
Monochromatic Colors of #F2D336
Black with #F2D336
Text Example
Text Example
White with #F2D336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D336; }
p { color: rgb(242,211,54); }
H1.HeaderClassName
{
color: #F2D336;
}
.AnyTagClassName
{
color: #F2D336;
}
</style>
background-color css
<style>
a { background-color: #F2D336; }
a { background-color: rgb(242,211,54); }
div.DivClassName
{
background-color: #F2D336;
}
.BgClassName
{
background-color: #F2D336;
}
</style>
border-color css
<style>
span { border-color: #F2D336; }
span { border-color: rgb(242,211,54); }
td.TdClassName
{
border-color: #F2D336;
}
.TagClassName
{
border-color: #F2D336;
}
</style>