Shades of Kournikova #FFD34F
Tints of Kournikova #FFD34F
RGB
CMYK
RGB Variations
Color information
#FFD34F (or 0xFFD34F) is known color: Kournikova. HEX triplet: FF, D3 and 4F. RGB value is (255,211,79). Sum of RGB (Red+Green+Blue) = 255+211+79=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 79 (31.25% from 255 or 14.50% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD34F is #002CB0. Grayscale: #D1D1D1. Windows color (decimal): -11441 or 5231615. OLE color: 5231615.
HSL color Cylindrical-coordinate representation of color #FFD34F: hue angle of 45º 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 #FFD34F is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 79 | - |
| CMYK | 0 | 0.17 | 0.69 | 0 |
| HSL | 45º | 1% | 0.65% | - |
| HSV(B) | 45º | 0.69% | 1% | - |
| XYZ | 65.95 | 68.41 | 17.13 | - |
| YUV | 209.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 79 | 0 | 0.17 | 0.69 | 0 | 45 | 1 | 0.65 |
| Hex | FF | D3 | 4F | 0 | 11 | 45 | 0 | 2D | 64 | 41 |
| Octal | 377 | 323 | 117 | 0 | 21 | 105 | 0 | 55 | 144 | 101 |
| Binary | 11111111 | 11010011 | 1001111 | 0 | 10001 | 1000101 | 0 | 101101 | 1100100 | 1000001 |
Color Harmonies of #FFD34F
Complementary color
Monochromatic Colors of #FFD34F
Black with #FFD34F
Text Example
Text Example
White with #FFD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD34F; }
p { color: rgb(255,211,79); }
H1.HeaderClassName
{
color: #FFD34F;
}
.AnyTagClassName
{
color: #FFD34F;
}
</style>
background-color css
<style>
a { background-color: #FFD34F; }
a { background-color: rgb(255,211,79); }
div.DivClassName
{
background-color: #FFD34F;
}
.BgClassName
{
background-color: #FFD34F;
}
</style>
border-color css
<style>
span { border-color: #FFD34F; }
span { border-color: rgb(255,211,79); }
td.TdClassName
{
border-color: #FFD34F;
}
.TagClassName
{
border-color: #FFD34F;
}
</style>