Shades of Gold #FDD600
Tints of Gold #FDD600
RGB
CMYK
RGB Variations
Color information
#FDD600 (or 0xFDD600) is known color: Gold. HEX triplet: FD, D6 and 00. RGB value is (253,214,0). Sum of RGB (Red+Green+Blue) = 253+214+0=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD600 is #0229FF. Grayscale: #CACACA. Windows color (decimal): -141824 or 55037. OLE color: 55037.
HSL color Cylindrical-coordinate representation of color #FDD600: hue angle of 50.75º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDD600 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.01 |
| HSL | 50.75º | 1% | 0.5% | - |
| HSV(B) | 50.75º | 1% | 0.99% | - |
| XYZ | 64.55 | 68.98 | 9.91 | - |
| YUV | 201.27 | 14.42 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 0 | 0 | 0.15 | 1 | 0.01 | 50.75 | 1 | 0.5 |
| Hex | FD | D6 | 0 | 0 | F | 64 | 1 | 33 | 64 | 32 |
| Octal | 375 | 326 | 0 | 0 | 17 | 144 | 1 | 63 | 144 | 62 |
| Binary | 11111101 | 11010110 | 0 | 0 | 1111 | 1100100 | 1 | 110011 | 1100100 | 110010 |
Color Harmonies of #FDD600
Complementary color
Monochromatic Colors of #FDD600
Black with #FDD600
Text Example
Text Example
White with #FDD600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD600; }
p { color: rgb(253,214,0); }
H1.HeaderClassName
{
color: #FDD600;
}
.AnyTagClassName
{
color: #FDD600;
}
</style>
background-color css
<style>
a { background-color: #FDD600; }
a { background-color: rgb(253,214,0); }
div.DivClassName
{
background-color: #FDD600;
}
.BgClassName
{
background-color: #FDD600;
}
</style>
border-color css
<style>
span { border-color: #FDD600; }
span { border-color: rgb(253,214,0); }
td.TdClassName
{
border-color: #FDD600;
}
.TagClassName
{
border-color: #FDD600;
}
</style>