Shades of Kournikova #FFCD57
Tints of Kournikova #FFCD57
RGB
CMYK
RGB Variations
Color information
#FFCD57 (or 0xFFCD57) is known color: Kournikova. HEX triplet: FF, CD and 57. RGB value is (255,205,87). Sum of RGB (Red+Green+Blue) = 255+205+87=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 87 (34.38% from 255 or 15.90% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD57 is #0032A8. Grayscale: #CFCFCF. Windows color (decimal): -12969 or 5754367. OLE color: 5754367.
HSL color Cylindrical-coordinate representation of color #FFCD57: hue angle of 42.14º 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 #FFCD57 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 87 | - |
| CMYK | 0 | 0.20 | 0.66 | 0 |
| HSL | 42.14º | 1% | 0.67% | - |
| HSV(B) | 42.14º | 0.66% | 1% | - |
| XYZ | 64.79 | 65.61 | 18.27 | - |
| YUV | 206.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 87 | 0 | 0.20 | 0.66 | 0 | 42.14 | 1 | 0.67 |
| Hex | FF | CD | 57 | 0 | 14 | 42 | 0 | 2A | 64 | 43 |
| Octal | 377 | 315 | 127 | 0 | 24 | 102 | 0 | 52 | 144 | 103 |
| Binary | 11111111 | 11001101 | 1010111 | 0 | 10100 | 1000010 | 0 | 101010 | 1100100 | 1000011 |
Color Harmonies of #FFCD57
Complementary color
Monochromatic Colors of #FFCD57
Black with #FFCD57
Text Example
Text Example
White with #FFCD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD57; }
p { color: rgb(255,205,87); }
H1.HeaderClassName
{
color: #FFCD57;
}
.AnyTagClassName
{
color: #FFCD57;
}
</style>
background-color css
<style>
a { background-color: #FFCD57; }
a { background-color: rgb(255,205,87); }
div.DivClassName
{
background-color: #FFCD57;
}
.BgClassName
{
background-color: #FFCD57;
}
</style>
border-color css
<style>
span { border-color: #FFCD57; }
span { border-color: rgb(255,205,87); }
td.TdClassName
{
border-color: #FFCD57;
}
.TagClassName
{
border-color: #FFCD57;
}
</style>