Shades of Kournikova #FFD056
Tints of Kournikova #FFD056
RGB
CMYK
RGB Variations
Color information
#FFD056 (or 0xFFD056) is known color: Kournikova. HEX triplet: FF, D0 and 56. RGB value is (255,208,86). Sum of RGB (Red+Green+Blue) = 255+208+86=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 86 (33.98% from 255 or 15.66% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD056 is #002FA9. Grayscale: #D0D0D0. Windows color (decimal): -12202 or 5689599. OLE color: 5689599.
HSL color Cylindrical-coordinate representation of color #FFD056: hue angle of 43.31º 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 #FFD056 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 86 | - |
| CMYK | 0 | 0.18 | 0.66 | 0 |
| HSL | 43.31º | 1% | 0.67% | - |
| HSV(B) | 43.31º | 0.66% | 1% | - |
| XYZ | 65.48 | 67.04 | 18.29 | - |
| YUV | 208.15 | 59.07 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 86 | 0 | 0.18 | 0.66 | 0 | 43.31 | 1 | 0.67 |
| Hex | FF | D0 | 56 | 0 | 12 | 42 | 0 | 2B | 64 | 43 |
| Octal | 377 | 320 | 126 | 0 | 22 | 102 | 0 | 53 | 144 | 103 |
| Binary | 11111111 | 11010000 | 1010110 | 0 | 10010 | 1000010 | 0 | 101011 | 1100100 | 1000011 |
Color Harmonies of #FFD056
Complementary color
Monochromatic Colors of #FFD056
Black with #FFD056
Text Example
Text Example
White with #FFD056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD056; }
p { color: rgb(255,208,86); }
H1.HeaderClassName
{
color: #FFD056;
}
.AnyTagClassName
{
color: #FFD056;
}
</style>
background-color css
<style>
a { background-color: #FFD056; }
a { background-color: rgb(255,208,86); }
div.DivClassName
{
background-color: #FFD056;
}
.BgClassName
{
background-color: #FFD056;
}
</style>
border-color css
<style>
span { border-color: #FFD056; }
span { border-color: rgb(255,208,86); }
td.TdClassName
{
border-color: #FFD056;
}
.TagClassName
{
border-color: #FFD056;
}
</style>