Shades of Golden Dream #F2D137
Tints of Golden Dream #F2D137
RGB
CMYK
RGB Variations
Color information
#F2D137 (or 0xF2D137) is known color: Golden Dream. HEX triplet: F2, D1 and 37. RGB value is (242,209,55). Sum of RGB (Red+Green+Blue) = 242+209+55=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 55 (21.88% from 255 or 10.87% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D137 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D137 is #0D2EC8. Grayscale: #C9C9C9. Windows color (decimal): -863945 or 3658226. OLE color: 3658226.
HSL color Cylindrical-coordinate representation of color #F2D137: hue angle of 49.41º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2D137 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 55 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.05 |
| HSL | 49.41º | 0.88% | 0.58% | - |
| HSV(B) | 49.41º | 0.77% | 0.95% | - |
| XYZ | 60.11 | 64.75 | 12.95 | - |
| YUV | 201.31 | 45.43 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 55 | 0 | 0.14 | 0.77 | 0.05 | 49.41 | 0.88 | 0.58 |
| Hex | F2 | D1 | 37 | 0 | E | 4D | 5 | 31 | 58 | 3A |
| Octal | 362 | 321 | 67 | 0 | 16 | 115 | 5 | 61 | 130 | 72 |
| Binary | 11110010 | 11010001 | 110111 | 0 | 1110 | 1001101 | 101 | 110001 | 1011000 | 111010 |
Color Harmonies of #F2D137
Complementary color
Monochromatic Colors of #F2D137
Black with #F2D137
Text Example
Text Example
White with #F2D137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D137; }
p { color: rgb(242,209,55); }
H1.HeaderClassName
{
color: #F2D137;
}
.AnyTagClassName
{
color: #F2D137;
}
</style>
background-color css
<style>
a { background-color: #F2D137; }
a { background-color: rgb(242,209,55); }
div.DivClassName
{
background-color: #F2D137;
}
.BgClassName
{
background-color: #F2D137;
}
</style>
border-color css
<style>
span { border-color: #F2D137; }
span { border-color: rgb(242,209,55); }
td.TdClassName
{
border-color: #F2D137;
}
.TagClassName
{
border-color: #F2D137;
}
</style>