Shades of Gold #FDD30F
Tints of Gold #FDD30F
RGB
CMYK
RGB Variations
Color information
#FDD30F (or 0xFDD30F) is known color: Gold. HEX triplet: FD, D3 and 0F. RGB value is (253,211,15). Sum of RGB (Red+Green+Blue) = 253+211+15=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD30F is #022CF0. Grayscale: #CACACA. Windows color (decimal): -142577 or 1037309. OLE color: 1037309.
HSL color Cylindrical-coordinate representation of color #FDD30F: hue angle of 49.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDD30F is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 15 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.01 |
| HSL | 49.41º | 0.98% | 0.53% | - |
| HSV(B) | 49.41º | 0.94% | 0.99% | - |
| XYZ | 63.89 | 67.51 | 10.11 | - |
| YUV | 201.21 | 22.91 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 15 | 0 | 0.17 | 0.94 | 0.01 | 49.41 | 0.98 | 0.53 |
| Hex | FD | D3 | F | 0 | 11 | 5E | 1 | 31 | 62 | 35 |
| Octal | 375 | 323 | 17 | 0 | 21 | 136 | 1 | 61 | 142 | 65 |
| Binary | 11111101 | 11010011 | 1111 | 0 | 10001 | 1011110 | 1 | 110001 | 1100010 | 110101 |
Color Harmonies of #FDD30F
Complementary color
Monochromatic Colors of #FDD30F
Black with #FDD30F
Text Example
Text Example
White with #FDD30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD30F; }
p { color: rgb(253,211,15); }
H1.HeaderClassName
{
color: #FDD30F;
}
.AnyTagClassName
{
color: #FDD30F;
}
</style>
background-color css
<style>
a { background-color: #FDD30F; }
a { background-color: rgb(253,211,15); }
div.DivClassName
{
background-color: #FDD30F;
}
.BgClassName
{
background-color: #FDD30F;
}
</style>
border-color css
<style>
span { border-color: #FDD30F; }
span { border-color: rgb(253,211,15); }
td.TdClassName
{
border-color: #FDD30F;
}
.TagClassName
{
border-color: #FDD30F;
}
</style>