Shades of Gold #FDD413
Tints of Gold #FDD413
RGB
CMYK
RGB Variations
Color information
#FDD413 (or 0xFDD413) is known color: Gold. HEX triplet: FD, D4 and 13. RGB value is (253,212,19). Sum of RGB (Red+Green+Blue) = 253+212+19=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 19 (7.81% from 255 or 3.93% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD413 is #022BEC. Grayscale: #CBCBCB. Windows color (decimal): -142317 or 1299709. OLE color: 1299709.
HSL color Cylindrical-coordinate representation of color #FDD413: hue angle of 49.49º 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 #FDD413 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 19 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.01 |
| HSL | 49.49º | 0.98% | 0.53% | - |
| HSV(B) | 49.49º | 0.92% | 0.99% | - |
| XYZ | 64.17 | 68.02 | 10.36 | - |
| YUV | 202.26 | 24.58 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 19 | 0 | 0.16 | 0.92 | 0.01 | 49.49 | 0.98 | 0.53 |
| Hex | FD | D4 | 13 | 0 | 10 | 5C | 1 | 31 | 62 | 35 |
| Octal | 375 | 324 | 23 | 0 | 20 | 134 | 1 | 61 | 142 | 65 |
| Binary | 11111101 | 11010100 | 10011 | 0 | 10000 | 1011100 | 1 | 110001 | 1100010 | 110101 |
Color Harmonies of #FDD413
Complementary color
Monochromatic Colors of #FDD413
Black with #FDD413
Text Example
Text Example
White with #FDD413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD413; }
p { color: rgb(253,212,19); }
H1.HeaderClassName
{
color: #FDD413;
}
.AnyTagClassName
{
color: #FDD413;
}
</style>
background-color css
<style>
a { background-color: #FDD413; }
a { background-color: rgb(253,212,19); }
div.DivClassName
{
background-color: #FDD413;
}
.BgClassName
{
background-color: #FDD413;
}
</style>
border-color css
<style>
span { border-color: #FDD413; }
span { border-color: rgb(253,212,19); }
td.TdClassName
{
border-color: #FDD413;
}
.TagClassName
{
border-color: #FDD413;
}
</style>