Shades of Golden Dream #F6D32C
Tints of Golden Dream #F6D32C
RGB
CMYK
RGB Variations
Color information
#F6D32C (or 0xF6D32C) is known color: Golden Dream. HEX triplet: F6, D3 and 2C. RGB value is (246,211,44). Sum of RGB (Red+Green+Blue) = 246+211+44=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D32C is #092CD3. Grayscale: #CBCBCB. Windows color (decimal): -601300 or 2937846. OLE color: 2937846.
HSL color Cylindrical-coordinate representation of color #F6D32C: hue angle of 49.6º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6D32C is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 44 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.04 |
| HSL | 49.6º | 0.92% | 0.57% | - |
| HSV(B) | 49.6º | 0.82% | 0.96% | - |
| XYZ | 61.75 | 66.36 | 11.94 | - |
| YUV | 202.43 | 38.6 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 44 | 0 | 0.14 | 0.82 | 0.04 | 49.6 | 0.92 | 0.57 |
| Hex | F6 | D3 | 2C | 0 | E | 52 | 4 | 32 | 5C | 39 |
| Octal | 366 | 323 | 54 | 0 | 16 | 122 | 4 | 62 | 134 | 71 |
| Binary | 11110110 | 11010011 | 101100 | 0 | 1110 | 1010010 | 100 | 110010 | 1011100 | 111001 |
Color Harmonies of #F6D32C
Complementary color
Monochromatic Colors of #F6D32C
Black with #F6D32C
Text Example
Text Example
White with #F6D32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D32C; }
p { color: rgb(246,211,44); }
H1.HeaderClassName
{
color: #F6D32C;
}
.AnyTagClassName
{
color: #F6D32C;
}
</style>
background-color css
<style>
a { background-color: #F6D32C; }
a { background-color: rgb(246,211,44); }
div.DivClassName
{
background-color: #F6D32C;
}
.BgClassName
{
background-color: #F6D32C;
}
</style>
border-color css
<style>
span { border-color: #F6D32C; }
span { border-color: rgb(246,211,44); }
td.TdClassName
{
border-color: #F6D32C;
}
.TagClassName
{
border-color: #F6D32C;
}
</style>