Shades of Gold #FFD303
Tints of Gold #FFD303
RGB
CMYK
RGB Variations
Color information
#FFD303 (or 0xFFD303) is known color: Gold. HEX triplet: FF, D3 and 03. RGB value is (255,211,3). Sum of RGB (Red+Green+Blue) = 255+211+3=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 3 (1.56% from 255 or 0.64% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD303 is #002CFC. Grayscale: #C9C9C9. Windows color (decimal): -11517 or 250879. OLE color: 250879.
HSL color Cylindrical-coordinate representation of color #FFD303: hue angle of 49.52º 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 #FFD303 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0 |
| HSL | 49.52º | 1% | 0.51% | - |
| HSV(B) | 49.52º | 0.99% | 1% | - |
| XYZ | 64.55 | 67.86 | 9.78 | - |
| YUV | 200.44 | 16.58 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 3 | 0 | 0.17 | 0.99 | 0 | 49.52 | 1 | 0.51 |
| Hex | FF | D3 | 3 | 0 | 11 | 63 | 0 | 32 | 64 | 33 |
| Octal | 377 | 323 | 3 | 0 | 21 | 143 | 0 | 62 | 144 | 63 |
| Binary | 11111111 | 11010011 | 11 | 0 | 10001 | 1100011 | 0 | 110010 | 1100100 | 110011 |
Color Harmonies of #FFD303
Complementary color
Monochromatic Colors of #FFD303
Black with #FFD303
Text Example
Text Example
White with #FFD303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD303; }
p { color: rgb(255,211,3); }
H1.HeaderClassName
{
color: #FFD303;
}
.AnyTagClassName
{
color: #FFD303;
}
</style>
background-color css
<style>
a { background-color: #FFD303; }
a { background-color: rgb(255,211,3); }
div.DivClassName
{
background-color: #FFD303;
}
.BgClassName
{
background-color: #FFD303;
}
</style>
border-color css
<style>
span { border-color: #FFD303; }
span { border-color: rgb(255,211,3); }
td.TdClassName
{
border-color: #FFD303;
}
.TagClassName
{
border-color: #FFD303;
}
</style>