Shades of Kournikova #FFD24C
Tints of Kournikova #FFD24C
RGB
CMYK
RGB Variations
Color information
#FFD24C (or 0xFFD24C) is known color: Kournikova. HEX triplet: FF, D2 and 4C. RGB value is (255,210,76). Sum of RGB (Red+Green+Blue) = 255+210+76=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 76 (30.08% from 255 or 14.05% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD24C is #002DB3. Grayscale: #D0D0D0. Windows color (decimal): -11700 or 5034751. OLE color: 5034751.
HSL color Cylindrical-coordinate representation of color #FFD24C: hue angle of 44.92º 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 #FFD24C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 76 | - |
| CMYK | 0 | 0.18 | 0.70 | 0 |
| HSL | 44.92º | 1% | 0.65% | - |
| HSV(B) | 44.92º | 0.7% | 1% | - |
| XYZ | 65.59 | 67.87 | 16.48 | - |
| YUV | 208.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 76 | 0 | 0.18 | 0.70 | 0 | 44.92 | 1 | 0.65 |
| Hex | FF | D2 | 4C | 0 | 12 | 46 | 0 | 2D | 64 | 41 |
| Octal | 377 | 322 | 114 | 0 | 22 | 106 | 0 | 55 | 144 | 101 |
| Binary | 11111111 | 11010010 | 1001100 | 0 | 10010 | 1000110 | 0 | 101101 | 1100100 | 1000001 |
Color Harmonies of #FFD24C
Complementary color
Monochromatic Colors of #FFD24C
Black with #FFD24C
Text Example
Text Example
White with #FFD24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD24C; }
p { color: rgb(255,210,76); }
H1.HeaderClassName
{
color: #FFD24C;
}
.AnyTagClassName
{
color: #FFD24C;
}
</style>
background-color css
<style>
a { background-color: #FFD24C; }
a { background-color: rgb(255,210,76); }
div.DivClassName
{
background-color: #FFD24C;
}
.BgClassName
{
background-color: #FFD24C;
}
</style>
border-color css
<style>
span { border-color: #FFD24C; }
span { border-color: rgb(255,210,76); }
td.TdClassName
{
border-color: #FFD24C;
}
.TagClassName
{
border-color: #FFD24C;
}
</style>