Shades of Kournikova #FFD34D
Tints of Kournikova #FFD34D
RGB
CMYK
RGB Variations
Color information
#FFD34D (or 0xFFD34D) is known color: Kournikova. HEX triplet: FF, D3 and 4D. RGB value is (255,211,77). Sum of RGB (Red+Green+Blue) = 255+211+77=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 77 (30.47% from 255 or 14.18% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD34D is #002CB2. Grayscale: #D1D1D1. Windows color (decimal): -11443 or 5100543. OLE color: 5100543.
HSL color Cylindrical-coordinate representation of color #FFD34D: hue angle of 45.17º 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 #FFD34D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 77 | - |
| CMYK | 0 | 0.17 | 0.70 | 0 |
| HSL | 45.17º | 1% | 0.65% | - |
| HSV(B) | 45.17º | 0.7% | 1% | - |
| XYZ | 65.87 | 68.38 | 16.75 | - |
| YUV | 208.88 | 53.58 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 77 | 0 | 0.17 | 0.70 | 0 | 45.17 | 1 | 0.65 |
| Hex | FF | D3 | 4D | 0 | 11 | 46 | 0 | 2D | 64 | 41 |
| Octal | 377 | 323 | 115 | 0 | 21 | 106 | 0 | 55 | 144 | 101 |
| Binary | 11111111 | 11010011 | 1001101 | 0 | 10001 | 1000110 | 0 | 101101 | 1100100 | 1000001 |
Color Harmonies of #FFD34D
Complementary color
Monochromatic Colors of #FFD34D
Black with #FFD34D
Text Example
Text Example
White with #FFD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD34D; }
p { color: rgb(255,211,77); }
H1.HeaderClassName
{
color: #FFD34D;
}
.AnyTagClassName
{
color: #FFD34D;
}
</style>
background-color css
<style>
a { background-color: #FFD34D; }
a { background-color: rgb(255,211,77); }
div.DivClassName
{
background-color: #FFD34D;
}
.BgClassName
{
background-color: #FFD34D;
}
</style>
border-color css
<style>
span { border-color: #FFD34D; }
span { border-color: rgb(255,211,77); }
td.TdClassName
{
border-color: #FFD34D;
}
.TagClassName
{
border-color: #FFD34D;
}
</style>