Shades of Gold #FDD713
Tints of Gold #FDD713
RGB
CMYK
RGB Variations
Color information
#FDD713 (or 0xFDD713) is known color: Gold. HEX triplet: FD, D7 and 13. RGB value is (253,215,19). Sum of RGB (Red+Green+Blue) = 253+215+19=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 19 (7.81% from 255 or 3.90% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD713 is #0228EC. Grayscale: #CCCCCC. Windows color (decimal): -141549 or 1300477. OLE color: 1300477.
HSL color Cylindrical-coordinate representation of color #FDD713: hue angle of 50.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDD713 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 19 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.01 |
| HSL | 50.26º | 0.98% | 0.53% | - |
| HSV(B) | 50.26º | 0.92% | 0.99% | - |
| XYZ | 64.93 | 69.53 | 10.61 | - |
| YUV | 204.02 | 23.59 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 19 | 0 | 0.15 | 0.92 | 0.01 | 50.26 | 0.98 | 0.53 |
| Hex | FD | D7 | 13 | 0 | F | 5C | 1 | 32 | 62 | 35 |
| Octal | 375 | 327 | 23 | 0 | 17 | 134 | 1 | 62 | 142 | 65 |
| Binary | 11111101 | 11010111 | 10011 | 0 | 1111 | 1011100 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FDD713
Complementary color
Monochromatic Colors of #FDD713
Black with #FDD713
Text Example
Text Example
White with #FDD713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD713; }
p { color: rgb(253,215,19); }
H1.HeaderClassName
{
color: #FDD713;
}
.AnyTagClassName
{
color: #FDD713;
}
</style>
background-color css
<style>
a { background-color: #FDD713; }
a { background-color: rgb(253,215,19); }
div.DivClassName
{
background-color: #FDD713;
}
.BgClassName
{
background-color: #FDD713;
}
</style>
border-color css
<style>
span { border-color: #FDD713; }
span { border-color: rgb(253,215,19); }
td.TdClassName
{
border-color: #FDD713;
}
.TagClassName
{
border-color: #FDD713;
}
</style>