Shades of Gold #FDD309
Tints of Gold #FDD309
RGB
CMYK
RGB Variations
Color information
#FDD309 (or 0xFDD309) is known color: Gold. HEX triplet: FD, D3 and 09. RGB value is (253,211,9). Sum of RGB (Red+Green+Blue) = 253+211+9=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 9 (3.91% from 255 or 1.90% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD309 is #022CF6. Grayscale: #C9C9C9. Windows color (decimal): -142583 or 644093. OLE color: 644093.
HSL color Cylindrical-coordinate representation of color #FDD309: hue angle of 49.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDD309 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.01 |
| HSL | 49.67º | 0.98% | 0.51% | - |
| HSV(B) | 49.67º | 0.96% | 0.99% | - |
| XYZ | 63.85 | 67.49 | 9.92 | - |
| YUV | 200.53 | 19.91 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 9 | 0 | 0.17 | 0.96 | 0.01 | 49.67 | 0.98 | 0.51 |
| Hex | FD | D3 | 9 | 0 | 11 | 60 | 1 | 32 | 62 | 33 |
| Octal | 375 | 323 | 11 | 0 | 21 | 140 | 1 | 62 | 142 | 63 |
| Binary | 11111101 | 11010011 | 1001 | 0 | 10001 | 1100000 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FDD309
Complementary color
Monochromatic Colors of #FDD309
Black with #FDD309
Text Example
Text Example
White with #FDD309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD309; }
p { color: rgb(253,211,9); }
H1.HeaderClassName
{
color: #FDD309;
}
.AnyTagClassName
{
color: #FDD309;
}
</style>
background-color css
<style>
a { background-color: #FDD309; }
a { background-color: rgb(253,211,9); }
div.DivClassName
{
background-color: #FDD309;
}
.BgClassName
{
background-color: #FDD309;
}
</style>
border-color css
<style>
span { border-color: #FDD309; }
span { border-color: rgb(253,211,9); }
td.TdClassName
{
border-color: #FDD309;
}
.TagClassName
{
border-color: #FDD309;
}
</style>