Shades of Kournikova #FFCD55
Tints of Kournikova #FFCD55
RGB
CMYK
RGB Variations
Color information
#FFCD55 (or 0xFFCD55) is known color: Kournikova. HEX triplet: FF, CD and 55. RGB value is (255,205,85). Sum of RGB (Red+Green+Blue) = 255+205+85=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD55 is #0032AA. Grayscale: #CECECE. Windows color (decimal): -12971 or 5623295. OLE color: 5623295.
HSL color Cylindrical-coordinate representation of color #FFCD55: hue angle of 42.35º 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 #FFCD55 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 85 | - |
| CMYK | 0 | 0.20 | 0.67 | 0 |
| HSL | 42.35º | 1% | 0.67% | - |
| HSV(B) | 42.35º | 0.67% | 1% | - |
| XYZ | 64.71 | 65.58 | 17.84 | - |
| YUV | 206.27 | 59.57 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 85 | 0 | 0.20 | 0.67 | 0 | 42.35 | 1 | 0.67 |
| Hex | FF | CD | 55 | 0 | 14 | 43 | 0 | 2A | 64 | 43 |
| Octal | 377 | 315 | 125 | 0 | 24 | 103 | 0 | 52 | 144 | 103 |
| Binary | 11111111 | 11001101 | 1010101 | 0 | 10100 | 1000011 | 0 | 101010 | 1100100 | 1000011 |
Color Harmonies of #FFCD55
Complementary color
Monochromatic Colors of #FFCD55
Black with #FFCD55
Text Example
Text Example
White with #FFCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD55; }
p { color: rgb(255,205,85); }
H1.HeaderClassName
{
color: #FFCD55;
}
.AnyTagClassName
{
color: #FFCD55;
}
</style>
background-color css
<style>
a { background-color: #FFCD55; }
a { background-color: rgb(255,205,85); }
div.DivClassName
{
background-color: #FFCD55;
}
.BgClassName
{
background-color: #FFCD55;
}
</style>
border-color css
<style>
span { border-color: #FFCD55; }
span { border-color: rgb(255,205,85); }
td.TdClassName
{
border-color: #FFCD55;
}
.TagClassName
{
border-color: #FFCD55;
}
</style>