Shades of Kournikova #FFD24D
Tints of Kournikova #FFD24D
RGB
CMYK
RGB Variations
Color information
#FFD24D (or 0xFFD24D) is known color: Kournikova. HEX triplet: FF, D2 and 4D. RGB value is (255,210,77). Sum of RGB (Red+Green+Blue) = 255+210+77=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 77 (30.47% from 255 or 14.21% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD24D is #002DB2. Grayscale: #D0D0D0. Windows color (decimal): -11699 or 5100287. OLE color: 5100287.
HSL color Cylindrical-coordinate representation of color #FFD24D: hue angle of 44.83º 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 #FFD24D is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 77 | - |
| CMYK | 0 | 0.18 | 0.70 | 0 |
| HSL | 44.83º | 1% | 0.65% | - |
| HSV(B) | 44.83º | 0.7% | 1% | - |
| XYZ | 65.63 | 67.89 | 16.67 | - |
| YUV | 208.29 | 53.91 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 77 | 0 | 0.18 | 0.70 | 0 | 44.83 | 1 | 0.65 |
| Hex | FF | D2 | 4D | 0 | 12 | 46 | 0 | 2D | 64 | 41 |
| Octal | 377 | 322 | 115 | 0 | 22 | 106 | 0 | 55 | 144 | 101 |
| Binary | 11111111 | 11010010 | 1001101 | 0 | 10010 | 1000110 | 0 | 101101 | 1100100 | 1000001 |
Color Harmonies of #FFD24D
Complementary color
Monochromatic Colors of #FFD24D
Black with #FFD24D
Text Example
Text Example
White with #FFD24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD24D; }
p { color: rgb(255,210,77); }
H1.HeaderClassName
{
color: #FFD24D;
}
.AnyTagClassName
{
color: #FFD24D;
}
</style>
background-color css
<style>
a { background-color: #FFD24D; }
a { background-color: rgb(255,210,77); }
div.DivClassName
{
background-color: #FFD24D;
}
.BgClassName
{
background-color: #FFD24D;
}
</style>
border-color css
<style>
span { border-color: #FFD24D; }
span { border-color: rgb(255,210,77); }
td.TdClassName
{
border-color: #FFD24D;
}
.TagClassName
{
border-color: #FFD24D;
}
</style>