Shades of Kournikova #FFD346
Tints of Kournikova #FFD346
RGB
CMYK
RGB Variations
Color information
#FFD346 (or 0xFFD346) is known color: Kournikova. HEX triplet: FF, D3 and 46. RGB value is (255,211,70). Sum of RGB (Red+Green+Blue) = 255+211+70=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 70 (27.73% from 255 or 13.06% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD346 is #002CB9. Grayscale: #D0D0D0. Windows color (decimal): -11450 or 4641791. OLE color: 4641791.
HSL color Cylindrical-coordinate representation of color #FFD346: hue angle of 45.73º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFD346 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 70 | - |
| CMYK | 0 | 0.17 | 0.73 | 0 |
| HSL | 45.73º | 1% | 0.64% | - |
| HSV(B) | 45.73º | 0.73% | 1% | - |
| XYZ | 65.64 | 68.29 | 15.52 | - |
| YUV | 208.08 | 50.08 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 70 | 0 | 0.17 | 0.73 | 0 | 45.73 | 1 | 0.64 |
| Hex | FF | D3 | 46 | 0 | 11 | 49 | 0 | 2E | 64 | 40 |
| Octal | 377 | 323 | 106 | 0 | 21 | 111 | 0 | 56 | 144 | 100 |
| Binary | 11111111 | 11010011 | 1000110 | 0 | 10001 | 1001001 | 0 | 101110 | 1100100 | 1000000 |
Color Harmonies of #FFD346
Complementary color
Monochromatic Colors of #FFD346
Black with #FFD346
Text Example
Text Example
White with #FFD346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD346; }
p { color: rgb(255,211,70); }
H1.HeaderClassName
{
color: #FFD346;
}
.AnyTagClassName
{
color: #FFD346;
}
</style>
background-color css
<style>
a { background-color: #FFD346; }
a { background-color: rgb(255,211,70); }
div.DivClassName
{
background-color: #FFD346;
}
.BgClassName
{
background-color: #FFD346;
}
</style>
border-color css
<style>
span { border-color: #FFD346; }
span { border-color: rgb(255,211,70); }
td.TdClassName
{
border-color: #FFD346;
}
.TagClassName
{
border-color: #FFD346;
}
</style>