Shades of Gold #FDD408
Tints of Gold #FDD408
RGB
CMYK
RGB Variations
Color information
#FDD408 (or 0xFDD408) is known color: Gold. HEX triplet: FD, D4 and 08. RGB value is (253,212,8). Sum of RGB (Red+Green+Blue) = 253+212+8=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 8 (3.52% from 255 or 1.69% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD408 is #022BF7. Grayscale: #C9C9C9. Windows color (decimal): -142328 or 578813. OLE color: 578813.
HSL color Cylindrical-coordinate representation of color #FDD408: hue angle of 49.96º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDD408 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.01 |
| HSL | 49.96º | 0.98% | 0.51% | - |
| HSV(B) | 49.96º | 0.97% | 0.99% | - |
| XYZ | 64.1 | 67.99 | 9.97 | - |
| YUV | 201 | 19.08 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 8 | 0 | 0.16 | 0.97 | 0.01 | 49.96 | 0.98 | 0.51 |
| Hex | FD | D4 | 8 | 0 | 10 | 61 | 1 | 32 | 62 | 33 |
| Octal | 375 | 324 | 10 | 0 | 20 | 141 | 1 | 62 | 142 | 63 |
| Binary | 11111101 | 11010100 | 1000 | 0 | 10000 | 1100001 | 1 | 110010 | 1100010 | 110011 |
Color Harmonies of #FDD408
Complementary color
Monochromatic Colors of #FDD408
Black with #FDD408
Text Example
Text Example
White with #FDD408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD408; }
p { color: rgb(253,212,8); }
H1.HeaderClassName
{
color: #FDD408;
}
.AnyTagClassName
{
color: #FDD408;
}
</style>
background-color css
<style>
a { background-color: #FDD408; }
a { background-color: rgb(253,212,8); }
div.DivClassName
{
background-color: #FDD408;
}
.BgClassName
{
background-color: #FDD408;
}
</style>
border-color css
<style>
span { border-color: #FDD408; }
span { border-color: rgb(253,212,8); }
td.TdClassName
{
border-color: #FDD408;
}
.TagClassName
{
border-color: #FDD408;
}
</style>