Shades of Kournikova #FFD355
Tints of Kournikova #FFD355
RGB
CMYK
RGB Variations
Color information
#FFD355 (or 0xFFD355) is known color: Kournikova. HEX triplet: FF, D3 and 55. RGB value is (255,211,85). Sum of RGB (Red+Green+Blue) = 255+211+85=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 85 (33.59% from 255 or 15.43% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD355 is #002CAA. Grayscale: #D2D2D2. Windows color (decimal): -11435 or 5624831. OLE color: 5624831.
HSL color Cylindrical-coordinate representation of color #FFD355: hue angle of 44.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFD355 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 85 | - |
| CMYK | 0 | 0.17 | 0.67 | 0 |
| HSL | 44.47º | 1% | 0.67% | - |
| HSV(B) | 44.47º | 0.67% | 1% | - |
| XYZ | 66.17 | 68.5 | 18.33 | - |
| YUV | 209.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 85 | 0 | 0.17 | 0.67 | 0 | 44.47 | 1 | 0.67 |
| Hex | FF | D3 | 55 | 0 | 11 | 43 | 0 | 2C | 64 | 43 |
| Octal | 377 | 323 | 125 | 0 | 21 | 103 | 0 | 54 | 144 | 103 |
| Binary | 11111111 | 11010011 | 1010101 | 0 | 10001 | 1000011 | 0 | 101100 | 1100100 | 1000011 |
Color Harmonies of #FFD355
Complementary color
Monochromatic Colors of #FFD355
Black with #FFD355
Text Example
Text Example
White with #FFD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD355; }
p { color: rgb(255,211,85); }
H1.HeaderClassName
{
color: #FFD355;
}
.AnyTagClassName
{
color: #FFD355;
}
</style>
background-color css
<style>
a { background-color: #FFD355; }
a { background-color: rgb(255,211,85); }
div.DivClassName
{
background-color: #FFD355;
}
.BgClassName
{
background-color: #FFD355;
}
</style>
border-color css
<style>
span { border-color: #FFD355; }
span { border-color: rgb(255,211,85); }
td.TdClassName
{
border-color: #FFD355;
}
.TagClassName
{
border-color: #FFD355;
}
</style>