Shades of Kournikova #FFD64D
Tints of Kournikova #FFD64D
RGB
CMYK
RGB Variations
Color information
#FFD64D (or 0xFFD64D) is known color: Kournikova. HEX triplet: FF, D6 and 4D. RGB value is (255,214,77). Sum of RGB (Red+Green+Blue) = 255+214+77=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD64D is #0029B2. Grayscale: #D3D3D3. Windows color (decimal): -10675 or 5101311. OLE color: 5101311.
HSL color Cylindrical-coordinate representation of color #FFD64D: hue angle of 46.18º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFD64D is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 77 | - |
| CMYK | 0 | 0.16 | 0.70 | 0 |
| HSL | 46.18º | 1% | 0.65% | - |
| HSV(B) | 46.18º | 0.7% | 1% | - |
| XYZ | 66.63 | 69.89 | 17 | - |
| YUV | 210.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 77 | 0 | 0.16 | 0.70 | 0 | 46.18 | 1 | 0.65 |
| Hex | FF | D6 | 4D | 0 | 10 | 46 | 0 | 2E | 64 | 41 |
| Octal | 377 | 326 | 115 | 0 | 20 | 106 | 0 | 56 | 144 | 101 |
| Binary | 11111111 | 11010110 | 1001101 | 0 | 10000 | 1000110 | 0 | 101110 | 1100100 | 1000001 |
Color Harmonies of #FFD64D
Complementary color
Monochromatic Colors of #FFD64D
Black with #FFD64D
Text Example
Text Example
White with #FFD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD64D; }
p { color: rgb(255,214,77); }
H1.HeaderClassName
{
color: #FFD64D;
}
.AnyTagClassName
{
color: #FFD64D;
}
</style>
background-color css
<style>
a { background-color: #FFD64D; }
a { background-color: rgb(255,214,77); }
div.DivClassName
{
background-color: #FFD64D;
}
.BgClassName
{
background-color: #FFD64D;
}
</style>
border-color css
<style>
span { border-color: #FFD64D; }
span { border-color: rgb(255,214,77); }
td.TdClassName
{
border-color: #FFD64D;
}
.TagClassName
{
border-color: #FFD64D;
}
</style>