Shades of Kournikova #FFD155
Tints of Kournikova #FFD155
RGB
CMYK
RGB Variations
Color information
#FFD155 (or 0xFFD155) is known color: Kournikova. HEX triplet: FF, D1 and 55. RGB value is (255,209,85). Sum of RGB (Red+Green+Blue) = 255+209+85=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 85 (33.59% from 255 or 15.48% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD155 is #002EAA. Grayscale: #D1D1D1. Windows color (decimal): -11947 or 5624319. OLE color: 5624319.
HSL color Cylindrical-coordinate representation of color #FFD155: hue angle of 43.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFD155 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 85 | - |
| CMYK | 0 | 0.18 | 0.67 | 0 |
| HSL | 43.76º | 1% | 0.67% | - |
| HSV(B) | 43.76º | 0.67% | 1% | - |
| XYZ | 65.68 | 67.52 | 18.16 | - |
| YUV | 208.62 | 58.24 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 85 | 0 | 0.18 | 0.67 | 0 | 43.76 | 1 | 0.67 |
| Hex | FF | D1 | 55 | 0 | 12 | 43 | 0 | 2C | 64 | 43 |
| Octal | 377 | 321 | 125 | 0 | 22 | 103 | 0 | 54 | 144 | 103 |
| Binary | 11111111 | 11010001 | 1010101 | 0 | 10010 | 1000011 | 0 | 101100 | 1100100 | 1000011 |
Color Harmonies of #FFD155
Complementary color
Monochromatic Colors of #FFD155
Black with #FFD155
Text Example
Text Example
White with #FFD155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD155; }
p { color: rgb(255,209,85); }
H1.HeaderClassName
{
color: #FFD155;
}
.AnyTagClassName
{
color: #FFD155;
}
</style>
background-color css
<style>
a { background-color: #FFD155; }
a { background-color: rgb(255,209,85); }
div.DivClassName
{
background-color: #FFD155;
}
.BgClassName
{
background-color: #FFD155;
}
</style>
border-color css
<style>
span { border-color: #FFD155; }
span { border-color: rgb(255,209,85); }
td.TdClassName
{
border-color: #FFD155;
}
.TagClassName
{
border-color: #FFD155;
}
</style>