Shades of Golden Dream #F0D32B
Tints of Golden Dream #F0D32B
RGB
CMYK
RGB Variations
Color information
#F0D32B (or 0xF0D32B) is known color: Golden Dream. HEX triplet: F0, D3 and 2B. RGB value is (240,211,43). Sum of RGB (Red+Green+Blue) = 240+211+43=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D32B is #0F2CD4. Grayscale: #C9C9C9. Windows color (decimal): -994517 or 2872304. OLE color: 2872304.
HSL color Cylindrical-coordinate representation of color #F0D32B: hue angle of 51.17º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0D32B is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 43 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.06 |
| HSL | 51.17º | 0.87% | 0.55% | - |
| HSV(B) | 51.17º | 0.82% | 0.94% | - |
| XYZ | 59.67 | 65.29 | 11.74 | - |
| YUV | 200.52 | 39.11 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 43 | 0 | 0.12 | 0.82 | 0.06 | 51.17 | 0.87 | 0.55 |
| Hex | F0 | D3 | 2B | 0 | C | 52 | 6 | 33 | 57 | 37 |
| Octal | 360 | 323 | 53 | 0 | 14 | 122 | 6 | 63 | 127 | 67 |
| Binary | 11110000 | 11010011 | 101011 | 0 | 1100 | 1010010 | 110 | 110011 | 1010111 | 110111 |
Color Harmonies of #F0D32B
Complementary color
Monochromatic Colors of #F0D32B
Black with #F0D32B
Text Example
Text Example
White with #F0D32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D32B; }
p { color: rgb(240,211,43); }
H1.HeaderClassName
{
color: #F0D32B;
}
.AnyTagClassName
{
color: #F0D32B;
}
</style>
background-color css
<style>
a { background-color: #F0D32B; }
a { background-color: rgb(240,211,43); }
div.DivClassName
{
background-color: #F0D32B;
}
.BgClassName
{
background-color: #F0D32B;
}
</style>
border-color css
<style>
span { border-color: #F0D32B; }
span { border-color: rgb(240,211,43); }
td.TdClassName
{
border-color: #F0D32B;
}
.TagClassName
{
border-color: #F0D32B;
}
</style>