Shades of Kournikova #FFD64C
Tints of Kournikova #FFD64C
RGB
CMYK
RGB Variations
Color information
#FFD64C (or 0xFFD64C) is known color: Kournikova. HEX triplet: FF, D6 and 4C. RGB value is (255,214,76). Sum of RGB (Red+Green+Blue) = 255+214+76=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 76 (30.08% from 255 or 13.94% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD64C is #0029B3. Grayscale: #D3D3D3. Windows color (decimal): -10676 or 5035775. OLE color: 5035775.
HSL color Cylindrical-coordinate representation of color #FFD64C: hue angle of 46.26º 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 #FFD64C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 76 | - |
| CMYK | 0 | 0.16 | 0.70 | 0 |
| HSL | 46.26º | 1% | 0.65% | - |
| HSV(B) | 46.26º | 0.7% | 1% | - |
| XYZ | 66.59 | 69.87 | 16.81 | - |
| YUV | 210.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 76 | 0 | 0.16 | 0.70 | 0 | 46.26 | 1 | 0.65 |
| Hex | FF | D6 | 4C | 0 | 10 | 46 | 0 | 2E | 64 | 41 |
| Octal | 377 | 326 | 114 | 0 | 20 | 106 | 0 | 56 | 144 | 101 |
| Binary | 11111111 | 11010110 | 1001100 | 0 | 10000 | 1000110 | 0 | 101110 | 1100100 | 1000001 |
Color Harmonies of #FFD64C
Complementary color
Monochromatic Colors of #FFD64C
Black with #FFD64C
Text Example
Text Example
White with #FFD64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD64C; }
p { color: rgb(255,214,76); }
H1.HeaderClassName
{
color: #FFD64C;
}
.AnyTagClassName
{
color: #FFD64C;
}
</style>
background-color css
<style>
a { background-color: #FFD64C; }
a { background-color: rgb(255,214,76); }
div.DivClassName
{
background-color: #FFD64C;
}
.BgClassName
{
background-color: #FFD64C;
}
</style>
border-color css
<style>
span { border-color: #FFD64C; }
span { border-color: rgb(255,214,76); }
td.TdClassName
{
border-color: #FFD64C;
}
.TagClassName
{
border-color: #FFD64C;
}
</style>