Shades of Kournikova #FFCD53
Tints of Kournikova #FFCD53
RGB
CMYK
RGB Variations
Color information
#FFCD53 (or 0xFFCD53) is known color: Kournikova. HEX triplet: FF, CD and 53. RGB value is (255,205,83). Sum of RGB (Red+Green+Blue) = 255+205+83=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 83 (32.81% from 255 or 15.29% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD53 is #0032AC. Grayscale: #CECECE. Windows color (decimal): -12973 or 5492223. OLE color: 5492223.
HSL color Cylindrical-coordinate representation of color #FFCD53: hue angle of 42.56º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFCD53 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 83 | - |
| CMYK | 0 | 0.20 | 0.67 | 0 |
| HSL | 42.56º | 1% | 0.66% | - |
| HSV(B) | 42.56º | 0.67% | 1% | - |
| XYZ | 64.63 | 65.55 | 17.43 | - |
| YUV | 206.04 | 58.57 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 83 | 0 | 0.20 | 0.67 | 0 | 42.56 | 1 | 0.66 |
| Hex | FF | CD | 53 | 0 | 14 | 43 | 0 | 2B | 64 | 42 |
| Octal | 377 | 315 | 123 | 0 | 24 | 103 | 0 | 53 | 144 | 102 |
| Binary | 11111111 | 11001101 | 1010011 | 0 | 10100 | 1000011 | 0 | 101011 | 1100100 | 1000010 |
Color Harmonies of #FFCD53
Complementary color
Monochromatic Colors of #FFCD53
Black with #FFCD53
Text Example
Text Example
White with #FFCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD53; }
p { color: rgb(255,205,83); }
H1.HeaderClassName
{
color: #FFCD53;
}
.AnyTagClassName
{
color: #FFCD53;
}
</style>
background-color css
<style>
a { background-color: #FFCD53; }
a { background-color: rgb(255,205,83); }
div.DivClassName
{
background-color: #FFCD53;
}
.BgClassName
{
background-color: #FFCD53;
}
</style>
border-color css
<style>
span { border-color: #FFCD53; }
span { border-color: rgb(255,205,83); }
td.TdClassName
{
border-color: #FFCD53;
}
.TagClassName
{
border-color: #FFCD53;
}
</style>