Shades of Kournikova #FFCD56
Tints of Kournikova #FFCD56
RGB
CMYK
RGB Variations
Color information
#FFCD56 (or 0xFFCD56) is known color: Kournikova. HEX triplet: FF, CD and 56. RGB value is (255,205,86). Sum of RGB (Red+Green+Blue) = 255+205+86=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 86 (33.98% from 255 or 15.75% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD56 is #0032A9. Grayscale: #CECECE. Windows color (decimal): -12970 or 5688831. OLE color: 5688831.
HSL color Cylindrical-coordinate representation of color #FFCD56: hue angle of 42.25º 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 #FFCD56 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 86 | - |
| CMYK | 0 | 0.20 | 0.66 | 0 |
| HSL | 42.25º | 1% | 0.67% | - |
| HSV(B) | 42.25º | 0.66% | 1% | - |
| XYZ | 64.75 | 65.59 | 18.05 | - |
| YUV | 206.38 | 60.07 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 86 | 0 | 0.20 | 0.66 | 0 | 42.25 | 1 | 0.67 |
| Hex | FF | CD | 56 | 0 | 14 | 42 | 0 | 2A | 64 | 43 |
| Octal | 377 | 315 | 126 | 0 | 24 | 102 | 0 | 52 | 144 | 103 |
| Binary | 11111111 | 11001101 | 1010110 | 0 | 10100 | 1000010 | 0 | 101010 | 1100100 | 1000011 |
Color Harmonies of #FFCD56
Complementary color
Monochromatic Colors of #FFCD56
Black with #FFCD56
Text Example
Text Example
White with #FFCD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD56; }
p { color: rgb(255,205,86); }
H1.HeaderClassName
{
color: #FFCD56;
}
.AnyTagClassName
{
color: #FFCD56;
}
</style>
background-color css
<style>
a { background-color: #FFCD56; }
a { background-color: rgb(255,205,86); }
div.DivClassName
{
background-color: #FFCD56;
}
.BgClassName
{
background-color: #FFCD56;
}
</style>
border-color css
<style>
span { border-color: #FFCD56; }
span { border-color: rgb(255,205,86); }
td.TdClassName
{
border-color: #FFCD56;
}
.TagClassName
{
border-color: #FFCD56;
}
</style>