Shades of Gold #FDD30B
Tints of Gold #FDD30B
RGB
CMYK
RGB Variations
Color information
#FDD30B (or 0xFDD30B) is known color: Gold. HEX triplet: FD, D3 and 0B. RGB value is (253,211,11). Sum of RGB (Red+Green+Blue) = 253+211+11=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 11 (4.69% from 255 or 2.32% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD30B is #022CF4. Grayscale: #C9C9C9. Windows color (decimal): -142581 or 775165. OLE color: 775165.
HSL color Cylindrical-coordinate representation of color #FDD30B: hue angle of 49.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDD30B is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 11 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.01 |
| HSL | 49.59º | 0.98% | 0.52% | - |
| HSV(B) | 49.59º | 0.96% | 0.99% | - |
| XYZ | 63.86 | 67.5 | 9.98 | - |
| YUV | 200.76 | 20.91 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 11 | 0 | 0.17 | 0.96 | 0.01 | 49.59 | 0.98 | 0.52 |
| Hex | FD | D3 | B | 0 | 11 | 60 | 1 | 32 | 62 | 34 |
| Octal | 375 | 323 | 13 | 0 | 21 | 140 | 1 | 62 | 142 | 64 |
| Binary | 11111101 | 11010011 | 1011 | 0 | 10001 | 1100000 | 1 | 110010 | 1100010 | 110100 |
Color Harmonies of #FDD30B
Complementary color
Monochromatic Colors of #FDD30B
Black with #FDD30B
Text Example
Text Example
White with #FDD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD30B; }
p { color: rgb(253,211,11); }
H1.HeaderClassName
{
color: #FDD30B;
}
.AnyTagClassName
{
color: #FDD30B;
}
</style>
background-color css
<style>
a { background-color: #FDD30B; }
a { background-color: rgb(253,211,11); }
div.DivClassName
{
background-color: #FDD30B;
}
.BgClassName
{
background-color: #FDD30B;
}
</style>
border-color css
<style>
span { border-color: #FDD30B; }
span { border-color: rgb(253,211,11); }
td.TdClassName
{
border-color: #FDD30B;
}
.TagClassName
{
border-color: #FDD30B;
}
</style>