Shades of Gold #FDD703
Tints of Gold #FDD703
RGB
CMYK
RGB Variations
Color information
#FDD703 (or 0xFDD703) is known color: Gold. HEX triplet: FD, D7 and 03. RGB value is (253,215,3). Sum of RGB (Red+Green+Blue) = 253+215+3=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 3 (1.56% from 255 or 0.64% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD703 is #0228FC. Grayscale: #CBCBCB. Windows color (decimal): -141565 or 251901. OLE color: 251901.
HSL color Cylindrical-coordinate representation of color #FDD703: hue angle of 50.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDD703 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.01 |
| HSL | 50.88º | 0.98% | 0.5% | - |
| HSV(B) | 50.88º | 0.99% | 0.99% | - |
| XYZ | 64.82 | 69.49 | 10.08 | - |
| YUV | 202.19 | 15.59 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 3 | 0 | 0.15 | 0.99 | 0.01 | 50.88 | 0.98 | 0.5 |
| Hex | FD | D7 | 3 | 0 | F | 63 | 1 | 33 | 62 | 32 |
| Octal | 375 | 327 | 3 | 0 | 17 | 143 | 1 | 63 | 142 | 62 |
| Binary | 11111101 | 11010111 | 11 | 0 | 1111 | 1100011 | 1 | 110011 | 1100010 | 110010 |
Color Harmonies of #FDD703
Complementary color
Monochromatic Colors of #FDD703
Black with #FDD703
Text Example
Text Example
White with #FDD703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD703; }
p { color: rgb(253,215,3); }
H1.HeaderClassName
{
color: #FDD703;
}
.AnyTagClassName
{
color: #FDD703;
}
</style>
background-color css
<style>
a { background-color: #FDD703; }
a { background-color: rgb(253,215,3); }
div.DivClassName
{
background-color: #FDD703;
}
.BgClassName
{
background-color: #FDD703;
}
</style>
border-color css
<style>
span { border-color: #FDD703; }
span { border-color: rgb(253,215,3); }
td.TdClassName
{
border-color: #FDD703;
}
.TagClassName
{
border-color: #FDD703;
}
</style>