Shades of Golden Dream #F6D32B
Tints of Golden Dream #F6D32B
RGB
CMYK
RGB Variations
Color information
#F6D32B (or 0xF6D32B) is known color: Golden Dream. HEX triplet: F6, D3 and 2B. RGB value is (246,211,43). Sum of RGB (Red+Green+Blue) = 246+211+43=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D32B is #092CD4. Grayscale: #CBCBCB. Windows color (decimal): -601301 or 2872310. OLE color: 2872310.
HSL color Cylindrical-coordinate representation of color #F6D32B: hue angle of 49.66º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6D32B is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 43 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.04 |
| HSL | 49.66º | 0.92% | 0.57% | - |
| HSV(B) | 49.66º | 0.83% | 0.96% | - |
| XYZ | 61.74 | 66.36 | 11.84 | - |
| YUV | 202.31 | 38.1 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 43 | 0 | 0.14 | 0.83 | 0.04 | 49.66 | 0.92 | 0.57 |
| Hex | F6 | D3 | 2B | 0 | E | 53 | 4 | 32 | 5C | 39 |
| Octal | 366 | 323 | 53 | 0 | 16 | 123 | 4 | 62 | 134 | 71 |
| Binary | 11110110 | 11010011 | 101011 | 0 | 1110 | 1010011 | 100 | 110010 | 1011100 | 111001 |
Color Harmonies of #F6D32B
Complementary color
Monochromatic Colors of #F6D32B
Black with #F6D32B
Text Example
Text Example
White with #F6D32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D32B; }
p { color: rgb(246,211,43); }
H1.HeaderClassName
{
color: #F6D32B;
}
.AnyTagClassName
{
color: #F6D32B;
}
</style>
background-color css
<style>
a { background-color: #F6D32B; }
a { background-color: rgb(246,211,43); }
div.DivClassName
{
background-color: #F6D32B;
}
.BgClassName
{
background-color: #F6D32B;
}
</style>
border-color css
<style>
span { border-color: #F6D32B; }
span { border-color: rgb(246,211,43); }
td.TdClassName
{
border-color: #F6D32B;
}
.TagClassName
{
border-color: #F6D32B;
}
</style>