Shades of Gold #FDD711
Tints of Gold #FDD711
RGB
CMYK
RGB Variations
Color information
#FDD711 (or 0xFDD711) is known color: Gold. HEX triplet: FD, D7 and 11. RGB value is (253,215,17). Sum of RGB (Red+Green+Blue) = 253+215+17=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 17 (7.03% from 255 or 3.51% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD711 is #0228EE. Grayscale: #CCCCCC. Windows color (decimal): -141551 or 1169405. OLE color: 1169405.
HSL color Cylindrical-coordinate representation of color #FDD711: hue angle of 50.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDD711 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 17 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.01 |
| HSL | 50.34º | 0.98% | 0.53% | - |
| HSV(B) | 50.34º | 0.93% | 0.99% | - |
| XYZ | 64.91 | 69.52 | 10.53 | - |
| YUV | 203.79 | 22.59 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 17 | 0 | 0.15 | 0.93 | 0.01 | 50.34 | 0.98 | 0.53 |
| Hex | FD | D7 | 11 | 0 | F | 5D | 1 | 32 | 62 | 35 |
| Octal | 375 | 327 | 21 | 0 | 17 | 135 | 1 | 62 | 142 | 65 |
| Binary | 11111101 | 11010111 | 10001 | 0 | 1111 | 1011101 | 1 | 110010 | 1100010 | 110101 |
Color Harmonies of #FDD711
Complementary color
Monochromatic Colors of #FDD711
Black with #FDD711
Text Example
Text Example
White with #FDD711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD711; }
p { color: rgb(253,215,17); }
H1.HeaderClassName
{
color: #FDD711;
}
.AnyTagClassName
{
color: #FDD711;
}
</style>
background-color css
<style>
a { background-color: #FDD711; }
a { background-color: rgb(253,215,17); }
div.DivClassName
{
background-color: #FDD711;
}
.BgClassName
{
background-color: #FDD711;
}
</style>
border-color css
<style>
span { border-color: #FDD711; }
span { border-color: rgb(253,215,17); }
td.TdClassName
{
border-color: #FDD711;
}
.TagClassName
{
border-color: #FDD711;
}
</style>