Shades of Kournikova #FFD447
Tints of Kournikova #FFD447
RGB
CMYK
RGB Variations
Color information
#FFD447 (or 0xFFD447) is known color: Kournikova. HEX triplet: FF, D4 and 47. RGB value is (255,212,71). Sum of RGB (Red+Green+Blue) = 255+212+71=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 71 (28.12% from 255 or 13.20% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD447 is #002BB8. Grayscale: #D1D1D1. Windows color (decimal): -11193 or 4707583. OLE color: 4707583.
HSL color Cylindrical-coordinate representation of color #FFD447: hue angle of 45.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFD447 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 71 | - |
| CMYK | 0 | 0.17 | 0.72 | 0 |
| HSL | 45.98º | 1% | 0.64% | - |
| HSV(B) | 45.98º | 0.72% | 1% | - |
| XYZ | 65.92 | 68.8 | 15.77 | - |
| YUV | 208.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 71 | 0 | 0.17 | 0.72 | 0 | 45.98 | 1 | 0.64 |
| Hex | FF | D4 | 47 | 0 | 11 | 48 | 0 | 2E | 64 | 40 |
| Octal | 377 | 324 | 107 | 0 | 21 | 110 | 0 | 56 | 144 | 100 |
| Binary | 11111111 | 11010100 | 1000111 | 0 | 10001 | 1001000 | 0 | 101110 | 1100100 | 1000000 |
Color Harmonies of #FFD447
Complementary color
Monochromatic Colors of #FFD447
Black with #FFD447
Text Example
Text Example
White with #FFD447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD447; }
p { color: rgb(255,212,71); }
H1.HeaderClassName
{
color: #FFD447;
}
.AnyTagClassName
{
color: #FFD447;
}
</style>
background-color css
<style>
a { background-color: #FFD447; }
a { background-color: rgb(255,212,71); }
div.DivClassName
{
background-color: #FFD447;
}
.BgClassName
{
background-color: #FFD447;
}
</style>
border-color css
<style>
span { border-color: #FFD447; }
span { border-color: rgb(255,212,71); }
td.TdClassName
{
border-color: #FFD447;
}
.TagClassName
{
border-color: #FFD447;
}
</style>