Shades of Golden Dream #F0D436
Tints of Golden Dream #F0D436
RGB
CMYK
RGB Variations
Color information
#F0D436 (or 0xF0D436) is known color: Golden Dream. HEX triplet: F0, D4 and 36. RGB value is (240,212,54). Sum of RGB (Red+Green+Blue) = 240+212+54=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 54 (21.48% from 255 or 10.67% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D436 is #0F2BC9. Grayscale: #CBCBCB. Windows color (decimal): -994250 or 3593456. OLE color: 3593456.
HSL color Cylindrical-coordinate representation of color #F0D436: hue angle of 50.97º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0D436 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 54 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.06 |
| HSL | 50.97º | 0.86% | 0.58% | - |
| HSV(B) | 50.97º | 0.78% | 0.94% | - |
| XYZ | 60.14 | 65.88 | 13.04 | - |
| YUV | 202.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 54 | 0 | 0.12 | 0.78 | 0.06 | 50.97 | 0.86 | 0.58 |
| Hex | F0 | D4 | 36 | 0 | C | 4E | 6 | 33 | 56 | 3A |
| Octal | 360 | 324 | 66 | 0 | 14 | 116 | 6 | 63 | 126 | 72 |
| Binary | 11110000 | 11010100 | 110110 | 0 | 1100 | 1001110 | 110 | 110011 | 1010110 | 111010 |
Color Harmonies of #F0D436
Complementary color
Monochromatic Colors of #F0D436
Black with #F0D436
Text Example
Text Example
White with #F0D436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D436; }
p { color: rgb(240,212,54); }
H1.HeaderClassName
{
color: #F0D436;
}
.AnyTagClassName
{
color: #F0D436;
}
</style>
background-color css
<style>
a { background-color: #F0D436; }
a { background-color: rgb(240,212,54); }
div.DivClassName
{
background-color: #F0D436;
}
.BgClassName
{
background-color: #F0D436;
}
</style>
border-color css
<style>
span { border-color: #F0D436; }
span { border-color: rgb(240,212,54); }
td.TdClassName
{
border-color: #F0D436;
}
.TagClassName
{
border-color: #F0D436;
}
</style>