Shades of Kournikova #FFD244
Tints of Kournikova #FFD244
RGB
CMYK
RGB Variations
Color information
#FFD244 (or 0xFFD244) is known color: Kournikova. HEX triplet: FF, D2 and 44. RGB value is (255,210,68). Sum of RGB (Red+Green+Blue) = 255+210+68=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 68 (26.95% from 255 or 12.76% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD244 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD244 is #002DBB. Grayscale: #CFCFCF. Windows color (decimal): -11708 or 4510463. OLE color: 4510463.
HSL color Cylindrical-coordinate representation of color #FFD244: hue angle of 45.56º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFD244 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 68 | - |
| CMYK | 0 | 0.18 | 0.73 | 0 |
| HSL | 45.56º | 1% | 0.63% | - |
| HSV(B) | 45.56º | 0.73% | 1% | - |
| XYZ | 65.33 | 67.77 | 15.11 | - |
| YUV | 207.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 68 | 0 | 0.18 | 0.73 | 0 | 45.56 | 1 | 0.63 |
| Hex | FF | D2 | 44 | 0 | 12 | 49 | 0 | 2E | 64 | 3F |
| Octal | 377 | 322 | 104 | 0 | 22 | 111 | 0 | 56 | 144 | 77 |
| Binary | 11111111 | 11010010 | 1000100 | 0 | 10010 | 1001001 | 0 | 101110 | 1100100 | 111111 |
Color Harmonies of #FFD244
Complementary color
Monochromatic Colors of #FFD244
Black with #FFD244
Text Example
Text Example
White with #FFD244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD244; }
p { color: rgb(255,210,68); }
H1.HeaderClassName
{
color: #FFD244;
}
.AnyTagClassName
{
color: #FFD244;
}
</style>
background-color css
<style>
a { background-color: #FFD244; }
a { background-color: rgb(255,210,68); }
div.DivClassName
{
background-color: #FFD244;
}
.BgClassName
{
background-color: #FFD244;
}
</style>
border-color css
<style>
span { border-color: #FFD244; }
span { border-color: rgb(255,210,68); }
td.TdClassName
{
border-color: #FFD244;
}
.TagClassName
{
border-color: #FFD244;
}
</style>