Shades of Gold #FDD70D
Tints of Gold #FDD70D
RGB
CMYK
RGB Variations
Color information
#FDD70D (or 0xFDD70D) is known color: Gold. HEX triplet: FD, D7 and 0D. RGB value is (253,215,13). Sum of RGB (Red+Green+Blue) = 253+215+13=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 13 (5.47% from 255 or 2.70% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD70D is #0228F2. Grayscale: #CCCCCC. Windows color (decimal): -141555 or 907261. OLE color: 907261.
HSL color Cylindrical-coordinate representation of color #FDD70D: hue angle of 50.5º 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 #FDD70D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.01 |
| HSL | 50.5º | 0.98% | 0.52% | - |
| HSV(B) | 50.5º | 0.95% | 0.99% | - |
| XYZ | 64.88 | 69.51 | 10.38 | - |
| YUV | 203.33 | 20.59 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 13 | 0 | 0.15 | 0.95 | 0.01 | 50.5 | 0.98 | 0.52 |
| Hex | FD | D7 | D | 0 | F | 5F | 1 | 32 | 62 | 34 |
| Octal | 375 | 327 | 15 | 0 | 17 | 137 | 1 | 62 | 142 | 64 |
| Binary | 11111101 | 11010111 | 1101 | 0 | 1111 | 1011111 | 1 | 110010 | 1100010 | 110100 |
Color Harmonies of #FDD70D
Complementary color
Monochromatic Colors of #FDD70D
Black with #FDD70D
Text Example
Text Example
White with #FDD70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD70D; }
p { color: rgb(253,215,13); }
H1.HeaderClassName
{
color: #FDD70D;
}
.AnyTagClassName
{
color: #FDD70D;
}
</style>
background-color css
<style>
a { background-color: #FDD70D; }
a { background-color: rgb(253,215,13); }
div.DivClassName
{
background-color: #FDD70D;
}
.BgClassName
{
background-color: #FDD70D;
}
</style>
border-color css
<style>
span { border-color: #FDD70D; }
span { border-color: rgb(253,215,13); }
td.TdClassName
{
border-color: #FDD70D;
}
.TagClassName
{
border-color: #FDD70D;
}
</style>