Shades of Kournikova #FFCD5B
Tints of Kournikova #FFCD5B
RGB
CMYK
RGB Variations
Color information
#FFCD5B (or 0xFFCD5B) is known color: Kournikova. HEX triplet: FF, CD and 5B. RGB value is (255,205,91). Sum of RGB (Red+Green+Blue) = 255+205+91=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD5B is #0032A4. Grayscale: #CFCFCF. Windows color (decimal): -12965 or 6016511. OLE color: 6016511.
HSL color Cylindrical-coordinate representation of color #FFCD5B: hue angle of 41.71º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFCD5B is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 91 | - |
| CMYK | 0 | 0.20 | 0.64 | 0 |
| HSL | 41.71º | 1% | 0.68% | - |
| HSV(B) | 41.71º | 0.64% | 1% | - |
| XYZ | 64.96 | 65.68 | 19.15 | - |
| YUV | 206.95 | 62.57 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 91 | 0 | 0.20 | 0.64 | 0 | 41.71 | 1 | 0.68 |
| Hex | FF | CD | 5B | 0 | 14 | 40 | 0 | 2A | 64 | 44 |
| Octal | 377 | 315 | 133 | 0 | 24 | 100 | 0 | 52 | 144 | 104 |
| Binary | 11111111 | 11001101 | 1011011 | 0 | 10100 | 1000000 | 0 | 101010 | 1100100 | 1000100 |
Color Harmonies of #FFCD5B
Complementary color
Monochromatic Colors of #FFCD5B
Black with #FFCD5B
Text Example
Text Example
White with #FFCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD5B; }
p { color: rgb(255,205,91); }
H1.HeaderClassName
{
color: #FFCD5B;
}
.AnyTagClassName
{
color: #FFCD5B;
}
</style>
background-color css
<style>
a { background-color: #FFCD5B; }
a { background-color: rgb(255,205,91); }
div.DivClassName
{
background-color: #FFCD5B;
}
.BgClassName
{
background-color: #FFCD5B;
}
</style>
border-color css
<style>
span { border-color: #FFCD5B; }
span { border-color: rgb(255,205,91); }
td.TdClassName
{
border-color: #FFCD5B;
}
.TagClassName
{
border-color: #FFCD5B;
}
</style>