Shades of Gold #FDD606
Tints of Gold #FDD606
RGB
CMYK
RGB Variations
Color information
#FDD606 (or 0xFDD606) is known color: Gold. HEX triplet: FD, D6 and 06. RGB value is (253,214,6). Sum of RGB (Red+Green+Blue) = 253+214+6=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 6 (2.73% from 255 or 1.27% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD606 is #0229F9. Grayscale: #CACACA. Windows color (decimal): -141818 or 448253. OLE color: 448253.
HSL color Cylindrical-coordinate representation of color #FDD606: hue angle of 50.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDD606 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 6 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.01 |
| HSL | 50.53º | 0.98% | 0.51% | - |
| HSV(B) | 50.53º | 0.98% | 0.99% | - |
| XYZ | 64.59 | 68.99 | 10.08 | - |
| YUV | 201.95 | 17.42 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 6 | 0 | 0.15 | 0.98 | 0.01 | 50.53 | 0.98 | 0.51 |
| Hex | FD | D6 | 6 | 0 | F | 62 | 1 | 33 | 62 | 33 |
| Octal | 375 | 326 | 6 | 0 | 17 | 142 | 1 | 63 | 142 | 63 |
| Binary | 11111101 | 11010110 | 110 | 0 | 1111 | 1100010 | 1 | 110011 | 1100010 | 110011 |
Color Harmonies of #FDD606
Complementary color
Monochromatic Colors of #FDD606
Black with #FDD606
Text Example
Text Example
White with #FDD606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD606; }
p { color: rgb(253,214,6); }
H1.HeaderClassName
{
color: #FDD606;
}
.AnyTagClassName
{
color: #FDD606;
}
</style>
background-color css
<style>
a { background-color: #FDD606; }
a { background-color: rgb(253,214,6); }
div.DivClassName
{
background-color: #FDD606;
}
.BgClassName
{
background-color: #FDD606;
}
</style>
border-color css
<style>
span { border-color: #FDD606; }
span { border-color: rgb(253,214,6); }
td.TdClassName
{
border-color: #FDD606;
}
.TagClassName
{
border-color: #FDD606;
}
</style>