Shades of Kournikova #FFD356
Tints of Kournikova #FFD356
RGB
CMYK
RGB Variations
Color information
#FFD356 (or 0xFFD356) is known color: Kournikova. HEX triplet: FF, D3 and 56. RGB value is (255,211,86). Sum of RGB (Red+Green+Blue) = 255+211+86=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 86 (33.98% from 255 or 15.58% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD356 is #002CA9. Grayscale: #D2D2D2. Windows color (decimal): -11434 or 5690367. OLE color: 5690367.
HSL color Cylindrical-coordinate representation of color #FFD356: hue angle of 44.38º 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 #FFD356 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 86 | - |
| CMYK | 0 | 0.17 | 0.66 | 0 |
| HSL | 44.38º | 1% | 0.67% | - |
| HSV(B) | 44.38º | 0.66% | 1% | - |
| XYZ | 66.21 | 68.52 | 18.54 | - |
| YUV | 209.91 | 58.08 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 86 | 0 | 0.17 | 0.66 | 0 | 44.38 | 1 | 0.67 |
| Hex | FF | D3 | 56 | 0 | 11 | 42 | 0 | 2C | 64 | 43 |
| Octal | 377 | 323 | 126 | 0 | 21 | 102 | 0 | 54 | 144 | 103 |
| Binary | 11111111 | 11010011 | 1010110 | 0 | 10001 | 1000010 | 0 | 101100 | 1100100 | 1000011 |
Color Harmonies of #FFD356
Complementary color
Monochromatic Colors of #FFD356
Black with #FFD356
Text Example
Text Example
White with #FFD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD356; }
p { color: rgb(255,211,86); }
H1.HeaderClassName
{
color: #FFD356;
}
.AnyTagClassName
{
color: #FFD356;
}
</style>
background-color css
<style>
a { background-color: #FFD356; }
a { background-color: rgb(255,211,86); }
div.DivClassName
{
background-color: #FFD356;
}
.BgClassName
{
background-color: #FFD356;
}
</style>
border-color css
<style>
span { border-color: #FFD356; }
span { border-color: rgb(255,211,86); }
td.TdClassName
{
border-color: #FFD356;
}
.TagClassName
{
border-color: #FFD356;
}
</style>