Shades of Kournikova #FFCD4D
Tints of Kournikova #FFCD4D
RGB
CMYK
RGB Variations
Color information
#FFCD4D (or 0xFFCD4D) is known color: Kournikova. HEX triplet: FF, CD and 4D. RGB value is (255,205,77). Sum of RGB (Red+Green+Blue) = 255+205+77=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD4D is #0032B2. Grayscale: #CDCDCD. Windows color (decimal): -12979 or 5099007. OLE color: 5099007.
HSL color Cylindrical-coordinate representation of color #FFCD4D: hue angle of 43.15º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFCD4D is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 77 | - |
| CMYK | 0 | 0.20 | 0.70 | 0 |
| HSL | 43.15º | 1% | 0.65% | - |
| HSV(B) | 43.15º | 0.7% | 1% | - |
| XYZ | 64.41 | 65.46 | 16.26 | - |
| YUV | 205.36 | 55.57 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 77 | 0 | 0.20 | 0.70 | 0 | 43.15 | 1 | 0.65 |
| Hex | FF | CD | 4D | 0 | 14 | 46 | 0 | 2B | 64 | 41 |
| Octal | 377 | 315 | 115 | 0 | 24 | 106 | 0 | 53 | 144 | 101 |
| Binary | 11111111 | 11001101 | 1001101 | 0 | 10100 | 1000110 | 0 | 101011 | 1100100 | 1000001 |
Color Harmonies of #FFCD4D
Complementary color
Monochromatic Colors of #FFCD4D
Black with #FFCD4D
Text Example
Text Example
White with #FFCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD4D; }
p { color: rgb(255,205,77); }
H1.HeaderClassName
{
color: #FFCD4D;
}
.AnyTagClassName
{
color: #FFCD4D;
}
</style>
background-color css
<style>
a { background-color: #FFCD4D; }
a { background-color: rgb(255,205,77); }
div.DivClassName
{
background-color: #FFCD4D;
}
.BgClassName
{
background-color: #FFCD4D;
}
</style>
border-color css
<style>
span { border-color: #FFCD4D; }
span { border-color: rgb(255,205,77); }
td.TdClassName
{
border-color: #FFCD4D;
}
.TagClassName
{
border-color: #FFCD4D;
}
</style>