Shades of Gold #FFD614
Tints of Gold #FFD614
RGB
CMYK
RGB Variations
Color information
#FFD614 (or 0xFFD614) is known color: Gold. HEX triplet: FF, D6 and 14. RGB value is (255,214,20). Sum of RGB (Red+Green+Blue) = 255+214+20=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD614 is #0029EB. Grayscale: #CCCCCC. Windows color (decimal): -10732 or 1365759. OLE color: 1365759.
HSL color Cylindrical-coordinate representation of color #FFD614: hue angle of 49.53º 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 #FFD614 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 20 | - |
| CMYK | 0 | 0.16 | 0.92 | 0 |
| HSL | 49.53º | 1% | 0.54% | - |
| HSV(B) | 49.53º | 0.92% | 1% | - |
| XYZ | 65.41 | 69.4 | 10.61 | - |
| YUV | 204.14 | 24.08 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 20 | 0 | 0.16 | 0.92 | 0 | 49.53 | 1 | 0.54 |
| Hex | FF | D6 | 14 | 0 | 10 | 5C | 0 | 32 | 64 | 36 |
| Octal | 377 | 326 | 24 | 0 | 20 | 134 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11010110 | 10100 | 0 | 10000 | 1011100 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFD614
Complementary color
Monochromatic Colors of #FFD614
Black with #FFD614
Text Example
Text Example
White with #FFD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD614; }
p { color: rgb(255,214,20); }
H1.HeaderClassName
{
color: #FFD614;
}
.AnyTagClassName
{
color: #FFD614;
}
</style>
background-color css
<style>
a { background-color: #FFD614; }
a { background-color: rgb(255,214,20); }
div.DivClassName
{
background-color: #FFD614;
}
.BgClassName
{
background-color: #FFD614;
}
</style>
border-color css
<style>
span { border-color: #FFD614; }
span { border-color: rgb(255,214,20); }
td.TdClassName
{
border-color: #FFD614;
}
.TagClassName
{
border-color: #FFD614;
}
</style>