Shades of Golden Dream #F7D330
Tints of Golden Dream #F7D330
RGB
CMYK
RGB Variations
Color information
#F7D330 (or 0xF7D330) is known color: Golden Dream. HEX triplet: F7, D3 and 30. RGB value is (247,211,48). Sum of RGB (Red+Green+Blue) = 247+211+48=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D330 is #082CCF. Grayscale: #CBCBCB. Windows color (decimal): -535760 or 3199991. OLE color: 3199991.
HSL color Cylindrical-coordinate representation of color #F7D330: hue angle of 49.15º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7D330 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 211 | 48 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.03 |
| HSL | 49.15º | 0.93% | 0.58% | - |
| HSV(B) | 49.15º | 0.81% | 0.97% | - |
| XYZ | 62.19 | 66.58 | 12.37 | - |
| YUV | 203.18 | 40.43 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 211 | 48 | 0 | 0.15 | 0.81 | 0.03 | 49.15 | 0.93 | 0.58 |
| Hex | F7 | D3 | 30 | 0 | F | 51 | 3 | 31 | 5D | 3A |
| Octal | 367 | 323 | 60 | 0 | 17 | 121 | 3 | 61 | 135 | 72 |
| Binary | 11110111 | 11010011 | 110000 | 0 | 1111 | 1010001 | 11 | 110001 | 1011101 | 111010 |
Color Harmonies of #F7D330
Complementary color
Monochromatic Colors of #F7D330
Black with #F7D330
Text Example
Text Example
White with #F7D330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D330; }
p { color: rgb(247,211,48); }
H1.HeaderClassName
{
color: #F7D330;
}
.AnyTagClassName
{
color: #F7D330;
}
</style>
background-color css
<style>
a { background-color: #F7D330; }
a { background-color: rgb(247,211,48); }
div.DivClassName
{
background-color: #F7D330;
}
.BgClassName
{
background-color: #F7D330;
}
</style>
border-color css
<style>
span { border-color: #F7D330; }
span { border-color: rgb(247,211,48); }
td.TdClassName
{
border-color: #F7D330;
}
.TagClassName
{
border-color: #F7D330;
}
</style>