Shades of Gold #FDD40D
Tints of Gold #FDD40D
RGB
CMYK
RGB Variations
Color information
#FDD40D (or 0xFDD40D) is known color: Gold. HEX triplet: FD, D4 and 0D. RGB value is (253,212,13). Sum of RGB (Red+Green+Blue) = 253+212+13=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD40D is #022BF2. Grayscale: #CACACA. Windows color (decimal): -142323 or 906493. OLE color: 906493.
HSL color Cylindrical-coordinate representation of color #FDD40D: hue angle of 49.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDD40D is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 13 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.01 |
| HSL | 49.75º | 0.98% | 0.52% | - |
| HSV(B) | 49.75º | 0.95% | 0.99% | - |
| XYZ | 64.12 | 68 | 10.13 | - |
| YUV | 201.57 | 21.58 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 13 | 0 | 0.16 | 0.95 | 0.01 | 49.75 | 0.98 | 0.52 |
| Hex | FD | D4 | D | 0 | 10 | 5F | 1 | 32 | 62 | 34 |
| Octal | 375 | 324 | 15 | 0 | 20 | 137 | 1 | 62 | 142 | 64 |
| Binary | 11111101 | 11010100 | 1101 | 0 | 10000 | 1011111 | 1 | 110010 | 1100010 | 110100 |
Color Harmonies of #FDD40D
Complementary color
Monochromatic Colors of #FDD40D
Black with #FDD40D
Text Example
Text Example
White with #FDD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD40D; }
p { color: rgb(253,212,13); }
H1.HeaderClassName
{
color: #FDD40D;
}
.AnyTagClassName
{
color: #FDD40D;
}
</style>
background-color css
<style>
a { background-color: #FDD40D; }
a { background-color: rgb(253,212,13); }
div.DivClassName
{
background-color: #FDD40D;
}
.BgClassName
{
background-color: #FDD40D;
}
</style>
border-color css
<style>
span { border-color: #FDD40D; }
span { border-color: rgb(253,212,13); }
td.TdClassName
{
border-color: #FDD40D;
}
.TagClassName
{
border-color: #FDD40D;
}
</style>