Shades of Gold #FDD20D
Tints of Gold #FDD20D
RGB
CMYK
RGB Variations
Color information
#FDD20D (or 0xFDD20D) is known color: Gold. HEX triplet: FD, D2 and 0D. RGB value is (253,210,13). Sum of RGB (Red+Green+Blue) = 253+210+13=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 13 (5.47% from 255 or 2.73% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD20D is #022DF2. Grayscale: #C9C9C9. Windows color (decimal): -142835 or 905981. OLE color: 905981.
HSL color Cylindrical-coordinate representation of color #FDD20D: hue angle of 49.25º 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 #FDD20D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 13 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.01 |
| HSL | 49.25º | 0.98% | 0.52% | - |
| HSV(B) | 49.25º | 0.95% | 0.99% | - |
| XYZ | 63.63 | 67 | 9.96 | - |
| YUV | 200.4 | 22.25 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 13 | 0 | 0.17 | 0.95 | 0.01 | 49.25 | 0.98 | 0.52 |
| Hex | FD | D2 | D | 0 | 11 | 5F | 1 | 31 | 62 | 34 |
| Octal | 375 | 322 | 15 | 0 | 21 | 137 | 1 | 61 | 142 | 64 |
| Binary | 11111101 | 11010010 | 1101 | 0 | 10001 | 1011111 | 1 | 110001 | 1100010 | 110100 |
Color Harmonies of #FDD20D
Complementary color
Monochromatic Colors of #FDD20D
Black with #FDD20D
Text Example
Text Example
White with #FDD20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD20D; }
p { color: rgb(253,210,13); }
H1.HeaderClassName
{
color: #FDD20D;
}
.AnyTagClassName
{
color: #FDD20D;
}
</style>
background-color css
<style>
a { background-color: #FDD20D; }
a { background-color: rgb(253,210,13); }
div.DivClassName
{
background-color: #FDD20D;
}
.BgClassName
{
background-color: #FDD20D;
}
</style>
border-color css
<style>
span { border-color: #FDD20D; }
span { border-color: rgb(253,210,13); }
td.TdClassName
{
border-color: #FDD20D;
}
.TagClassName
{
border-color: #FDD20D;
}
</style>