Shades of Golden Dream #F3D438
Tints of Golden Dream #F3D438
RGB
CMYK
RGB Variations
Color information
#F3D438 (or 0xF3D438) is known color: Golden Dream. HEX triplet: F3, D4 and 38. RGB value is (243,212,56). Sum of RGB (Red+Green+Blue) = 243+212+56=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 56 (22.27% from 255 or 10.96% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D438 is #0C2BC7. Grayscale: #CCCCCC. Windows color (decimal): -797640 or 3724531. OLE color: 3724531.
HSL color Cylindrical-coordinate representation of color #F3D438: hue angle of 50.05º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3D438 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 56 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.05 |
| HSL | 50.05º | 0.89% | 0.59% | - |
| HSV(B) | 50.05º | 0.77% | 0.95% | - |
| XYZ | 61.22 | 66.43 | 13.34 | - |
| YUV | 203.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 56 | 0 | 0.13 | 0.77 | 0.05 | 50.05 | 0.89 | 0.59 |
| Hex | F3 | D4 | 38 | 0 | D | 4D | 5 | 32 | 59 | 3B |
| Octal | 363 | 324 | 70 | 0 | 15 | 115 | 5 | 62 | 131 | 73 |
| Binary | 11110011 | 11010100 | 111000 | 0 | 1101 | 1001101 | 101 | 110010 | 1011001 | 111011 |
Color Harmonies of #F3D438
Complementary color
Monochromatic Colors of #F3D438
Black with #F3D438
Text Example
Text Example
White with #F3D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D438; }
p { color: rgb(243,212,56); }
H1.HeaderClassName
{
color: #F3D438;
}
.AnyTagClassName
{
color: #F3D438;
}
</style>
background-color css
<style>
a { background-color: #F3D438; }
a { background-color: rgb(243,212,56); }
div.DivClassName
{
background-color: #F3D438;
}
.BgClassName
{
background-color: #F3D438;
}
</style>
border-color css
<style>
span { border-color: #F3D438; }
span { border-color: rgb(243,212,56); }
td.TdClassName
{
border-color: #F3D438;
}
.TagClassName
{
border-color: #F3D438;
}
</style>