Shades of Gold #FFD514
Tints of Gold #FFD514
RGB
CMYK
RGB Variations
Color information
#FFD514 (or 0xFFD514) is known color: Gold. HEX triplet: FF, D5 and 14. RGB value is (255,213,20). Sum of RGB (Red+Green+Blue) = 255+213+20=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD514 is #002AEB. Grayscale: #CCCCCC. Windows color (decimal): -10988 or 1365503. OLE color: 1365503.
HSL color Cylindrical-coordinate representation of color #FFD514: hue angle of 49.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFD514 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0 |
| HSL | 49.28º | 1% | 0.54% | - |
| HSV(B) | 49.28º | 0.92% | 1% | - |
| XYZ | 65.16 | 68.9 | 10.53 | - |
| YUV | 203.56 | 24.41 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 20 | 0 | 0.16 | 0.92 | 0 | 49.28 | 1 | 0.54 |
| Hex | FF | D5 | 14 | 0 | 10 | 5C | 0 | 31 | 64 | 36 |
| Octal | 377 | 325 | 24 | 0 | 20 | 134 | 0 | 61 | 144 | 66 |
| Binary | 11111111 | 11010101 | 10100 | 0 | 10000 | 1011100 | 0 | 110001 | 1100100 | 110110 |
Color Harmonies of #FFD514
Complementary color
Monochromatic Colors of #FFD514
Black with #FFD514
Text Example
Text Example
White with #FFD514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD514; }
p { color: rgb(255,213,20); }
H1.HeaderClassName
{
color: #FFD514;
}
.AnyTagClassName
{
color: #FFD514;
}
</style>
background-color css
<style>
a { background-color: #FFD514; }
a { background-color: rgb(255,213,20); }
div.DivClassName
{
background-color: #FFD514;
}
.BgClassName
{
background-color: #FFD514;
}
</style>
border-color css
<style>
span { border-color: #FFD514; }
span { border-color: rgb(255,213,20); }
td.TdClassName
{
border-color: #FFD514;
}
.TagClassName
{
border-color: #FFD514;
}
</style>