Shades of Kournikova #FFD256
Tints of Kournikova #FFD256
RGB
CMYK
RGB Variations
Color information
#FFD256 (or 0xFFD256) is known color: Kournikova. HEX triplet: FF, D2 and 56. RGB value is (255,210,86). Sum of RGB (Red+Green+Blue) = 255+210+86=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 86 (33.98% from 255 or 15.61% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD256 is #002DA9. Grayscale: #D1D1D1. Windows color (decimal): -11690 or 5690111. OLE color: 5690111.
HSL color Cylindrical-coordinate representation of color #FFD256: hue angle of 44.02º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFD256 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 86 | - |
| CMYK | 0 | 0.18 | 0.66 | 0 |
| HSL | 44.02º | 1% | 0.67% | - |
| HSV(B) | 44.02º | 0.66% | 1% | - |
| XYZ | 65.97 | 68.03 | 18.46 | - |
| YUV | 209.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 86 | 0 | 0.18 | 0.66 | 0 | 44.02 | 1 | 0.67 |
| Hex | FF | D2 | 56 | 0 | 12 | 42 | 0 | 2C | 64 | 43 |
| Octal | 377 | 322 | 126 | 0 | 22 | 102 | 0 | 54 | 144 | 103 |
| Binary | 11111111 | 11010010 | 1010110 | 0 | 10010 | 1000010 | 0 | 101100 | 1100100 | 1000011 |
Color Harmonies of #FFD256
Complementary color
Monochromatic Colors of #FFD256
Black with #FFD256
Text Example
Text Example
White with #FFD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD256; }
p { color: rgb(255,210,86); }
H1.HeaderClassName
{
color: #FFD256;
}
.AnyTagClassName
{
color: #FFD256;
}
</style>
background-color css
<style>
a { background-color: #FFD256; }
a { background-color: rgb(255,210,86); }
div.DivClassName
{
background-color: #FFD256;
}
.BgClassName
{
background-color: #FFD256;
}
</style>
border-color css
<style>
span { border-color: #FFD256; }
span { border-color: rgb(255,210,86); }
td.TdClassName
{
border-color: #FFD256;
}
.TagClassName
{
border-color: #FFD256;
}
</style>