Shades of Golden Dream #F3D534
Tints of Golden Dream #F3D534
RGB
CMYK
RGB Variations
Color information
#F3D534 (or 0xF3D534) is known color: Golden Dream. HEX triplet: F3, D5 and 34. RGB value is (243,213,52). Sum of RGB (Red+Green+Blue) = 243+213+52=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D534 is #0C2ACB. Grayscale: #CCCCCC. Windows color (decimal): -797388 or 3462643. OLE color: 3462643.
HSL color Cylindrical-coordinate representation of color #F3D534: hue angle of 50.58º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3D534 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 52 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.05 |
| HSL | 50.58º | 0.89% | 0.58% | - |
| HSV(B) | 50.58º | 0.79% | 0.95% | - |
| XYZ | 61.38 | 66.89 | 12.93 | - |
| YUV | 203.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 52 | 0 | 0.12 | 0.79 | 0.05 | 50.58 | 0.89 | 0.58 |
| Hex | F3 | D5 | 34 | 0 | C | 4F | 5 | 33 | 59 | 3A |
| Octal | 363 | 325 | 64 | 0 | 14 | 117 | 5 | 63 | 131 | 72 |
| Binary | 11110011 | 11010101 | 110100 | 0 | 1100 | 1001111 | 101 | 110011 | 1011001 | 111010 |
Color Harmonies of #F3D534
Complementary color
Monochromatic Colors of #F3D534
Black with #F3D534
Text Example
Text Example
White with #F3D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D534; }
p { color: rgb(243,213,52); }
H1.HeaderClassName
{
color: #F3D534;
}
.AnyTagClassName
{
color: #F3D534;
}
</style>
background-color css
<style>
a { background-color: #F3D534; }
a { background-color: rgb(243,213,52); }
div.DivClassName
{
background-color: #F3D534;
}
.BgClassName
{
background-color: #F3D534;
}
</style>
border-color css
<style>
span { border-color: #F3D534; }
span { border-color: rgb(243,213,52); }
td.TdClassName
{
border-color: #F3D534;
}
.TagClassName
{
border-color: #F3D534;
}
</style>