Shades of Kournikova #FFD14E
Tints of Kournikova #FFD14E
RGB
CMYK
RGB Variations
Color information
#FFD14E (or 0xFFD14E) is known color: Kournikova. HEX triplet: FF, D1 and 4E. RGB value is (255,209,78). Sum of RGB (Red+Green+Blue) = 255+209+78=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 78 (30.86% from 255 or 14.39% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD14E is #002EB1. Grayscale: #D0D0D0. Windows color (decimal): -11954 or 5165567. OLE color: 5165567.
HSL color Cylindrical-coordinate representation of color #FFD14E: hue angle of 44.41º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFD14E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 78 | - |
| CMYK | 0 | 0.18 | 0.69 | 0 |
| HSL | 44.41º | 1% | 0.65% | - |
| HSV(B) | 44.41º | 0.69% | 1% | - |
| XYZ | 65.42 | 67.41 | 16.77 | - |
| YUV | 207.82 | 54.74 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 78 | 0 | 0.18 | 0.69 | 0 | 44.41 | 1 | 0.65 |
| Hex | FF | D1 | 4E | 0 | 12 | 45 | 0 | 2C | 64 | 41 |
| Octal | 377 | 321 | 116 | 0 | 22 | 105 | 0 | 54 | 144 | 101 |
| Binary | 11111111 | 11010001 | 1001110 | 0 | 10010 | 1000101 | 0 | 101100 | 1100100 | 1000001 |
Color Harmonies of #FFD14E
Complementary color
Monochromatic Colors of #FFD14E
Black with #FFD14E
Text Example
Text Example
White with #FFD14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD14E; }
p { color: rgb(255,209,78); }
H1.HeaderClassName
{
color: #FFD14E;
}
.AnyTagClassName
{
color: #FFD14E;
}
</style>
background-color css
<style>
a { background-color: #FFD14E; }
a { background-color: rgb(255,209,78); }
div.DivClassName
{
background-color: #FFD14E;
}
.BgClassName
{
background-color: #FFD14E;
}
</style>
border-color css
<style>
span { border-color: #FFD14E; }
span { border-color: rgb(255,209,78); }
td.TdClassName
{
border-color: #FFD14E;
}
.TagClassName
{
border-color: #FFD14E;
}
</style>