Shades of Kournikova #FFD64B
Tints of Kournikova #FFD64B
RGB
CMYK
RGB Variations
Color information
#FFD64B (or 0xFFD64B) is known color: Kournikova. HEX triplet: FF, D6 and 4B. RGB value is (255,214,75). Sum of RGB (Red+Green+Blue) = 255+214+75=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 75 (29.69% from 255 or 13.79% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD64B is #0029B4. Grayscale: #D3D3D3. Windows color (decimal): -10677 or 4970239. OLE color: 4970239.
HSL color Cylindrical-coordinate representation of color #FFD64B: hue angle of 46.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFD64B is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 75 | - |
| CMYK | 0 | 0.16 | 0.71 | 0 |
| HSL | 46.33º | 1% | 0.65% | - |
| HSV(B) | 46.33º | 0.71% | 1% | - |
| XYZ | 66.56 | 69.86 | 16.63 | - |
| YUV | 210.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 75 | 0 | 0.16 | 0.71 | 0 | 46.33 | 1 | 0.65 |
| Hex | FF | D6 | 4B | 0 | 10 | 47 | 0 | 2E | 64 | 41 |
| Octal | 377 | 326 | 113 | 0 | 20 | 107 | 0 | 56 | 144 | 101 |
| Binary | 11111111 | 11010110 | 1001011 | 0 | 10000 | 1000111 | 0 | 101110 | 1100100 | 1000001 |
Color Harmonies of #FFD64B
Complementary color
Monochromatic Colors of #FFD64B
Black with #FFD64B
Text Example
Text Example
White with #FFD64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD64B; }
p { color: rgb(255,214,75); }
H1.HeaderClassName
{
color: #FFD64B;
}
.AnyTagClassName
{
color: #FFD64B;
}
</style>
background-color css
<style>
a { background-color: #FFD64B; }
a { background-color: rgb(255,214,75); }
div.DivClassName
{
background-color: #FFD64B;
}
.BgClassName
{
background-color: #FFD64B;
}
</style>
border-color css
<style>
span { border-color: #FFD64B; }
span { border-color: rgb(255,214,75); }
td.TdClassName
{
border-color: #FFD64B;
}
.TagClassName
{
border-color: #FFD64B;
}
</style>