Shades of Golden Dream #F6D22C
Tints of Golden Dream #F6D22C
RGB
CMYK
RGB Variations
Color information
#F6D22C (or 0xF6D22C) is known color: Golden Dream. HEX triplet: F6, D2 and 2C. RGB value is (246,210,44). Sum of RGB (Red+Green+Blue) = 246+210+44=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 44 (17.58% from 255 or 8.8% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D22C is #092DD3. Grayscale: #CACACA. Windows color (decimal): -601556 or 2937590. OLE color: 2937590.
HSL color Cylindrical-coordinate representation of color #F6D22C: hue angle of 49.31º 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 #F6D22C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 44 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.04 |
| HSL | 49.31º | 0.92% | 0.57% | - |
| HSV(B) | 49.31º | 0.82% | 0.96% | - |
| XYZ | 61.51 | 65.87 | 11.85 | - |
| YUV | 201.84 | 38.93 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 44 | 0 | 0.15 | 0.82 | 0.04 | 49.31 | 0.92 | 0.57 |
| Hex | F6 | D2 | 2C | 0 | F | 52 | 4 | 31 | 5C | 39 |
| Octal | 366 | 322 | 54 | 0 | 17 | 122 | 4 | 61 | 134 | 71 |
| Binary | 11110110 | 11010010 | 101100 | 0 | 1111 | 1010010 | 100 | 110001 | 1011100 | 111001 |
Color Harmonies of #F6D22C
Complementary color
Monochromatic Colors of #F6D22C
Black with #F6D22C
Text Example
Text Example
White with #F6D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D22C; }
p { color: rgb(246,210,44); }
H1.HeaderClassName
{
color: #F6D22C;
}
.AnyTagClassName
{
color: #F6D22C;
}
</style>
background-color css
<style>
a { background-color: #F6D22C; }
a { background-color: rgb(246,210,44); }
div.DivClassName
{
background-color: #F6D22C;
}
.BgClassName
{
background-color: #F6D22C;
}
</style>
border-color css
<style>
span { border-color: #F6D22C; }
span { border-color: rgb(246,210,44); }
td.TdClassName
{
border-color: #F6D22C;
}
.TagClassName
{
border-color: #F6D22C;
}
</style>