Shades of Gold #FFD503
Tints of Gold #FFD503
RGB
CMYK
RGB Variations
Color information
#FFD503 (or 0xFFD503) is known color: Gold. HEX triplet: FF, D5 and 03. RGB value is (255,213,3). Sum of RGB (Red+Green+Blue) = 255+213+3=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 3 (1.56% from 255 or 0.64% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD503 is #002AFC. Grayscale: #CACACA. Windows color (decimal): -11005 or 251391. OLE color: 251391.
HSL color Cylindrical-coordinate representation of color #FFD503: hue angle of 50º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFD503 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0 |
| HSL | 50º | 1% | 0.51% | - |
| HSV(B) | 50º | 0.99% | 1% | - |
| XYZ | 65.05 | 68.86 | 9.95 | - |
| YUV | 201.62 | 15.91 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 3 | 0 | 0.16 | 0.99 | 0 | 50 | 1 | 0.51 |
| Hex | FF | D5 | 3 | 0 | 10 | 63 | 0 | 32 | 64 | 33 |
| Octal | 377 | 325 | 3 | 0 | 20 | 143 | 0 | 62 | 144 | 63 |
| Binary | 11111111 | 11010101 | 11 | 0 | 10000 | 1100011 | 0 | 110010 | 1100100 | 110011 |
Color Harmonies of #FFD503
Complementary color
Monochromatic Colors of #FFD503
Black with #FFD503
Text Example
Text Example
White with #FFD503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD503; }
p { color: rgb(255,213,3); }
H1.HeaderClassName
{
color: #FFD503;
}
.AnyTagClassName
{
color: #FFD503;
}
</style>
background-color css
<style>
a { background-color: #FFD503; }
a { background-color: rgb(255,213,3); }
div.DivClassName
{
background-color: #FFD503;
}
.BgClassName
{
background-color: #FFD503;
}
</style>
border-color css
<style>
span { border-color: #FFD503; }
span { border-color: rgb(255,213,3); }
td.TdClassName
{
border-color: #FFD503;
}
.TagClassName
{
border-color: #FFD503;
}
</style>