Shades of Kournikova #FFD255
Tints of Kournikova #FFD255
RGB
CMYK
RGB Variations
Color information
#FFD255 (or 0xFFD255) is known color: Kournikova. HEX triplet: FF, D2 and 55. RGB value is (255,210,85). Sum of RGB (Red+Green+Blue) = 255+210+85=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 85 (33.59% from 255 or 15.45% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD255 is #002DAA. Grayscale: #D1D1D1. Windows color (decimal): -11691 or 5624575. OLE color: 5624575.
HSL color Cylindrical-coordinate representation of color #FFD255: hue angle of 44.12º 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 #FFD255 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 85 | - |
| CMYK | 0 | 0.18 | 0.67 | 0 |
| HSL | 44.12º | 1% | 0.67% | - |
| HSV(B) | 44.12º | 0.67% | 1% | - |
| XYZ | 65.93 | 68.01 | 18.25 | - |
| YUV | 209.21 | 57.91 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 85 | 0 | 0.18 | 0.67 | 0 | 44.12 | 1 | 0.67 |
| Hex | FF | D2 | 55 | 0 | 12 | 43 | 0 | 2C | 64 | 43 |
| Octal | 377 | 322 | 125 | 0 | 22 | 103 | 0 | 54 | 144 | 103 |
| Binary | 11111111 | 11010010 | 1010101 | 0 | 10010 | 1000011 | 0 | 101100 | 1100100 | 1000011 |
Color Harmonies of #FFD255
Complementary color
Monochromatic Colors of #FFD255
Black with #FFD255
Text Example
Text Example
White with #FFD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD255; }
p { color: rgb(255,210,85); }
H1.HeaderClassName
{
color: #FFD255;
}
.AnyTagClassName
{
color: #FFD255;
}
</style>
background-color css
<style>
a { background-color: #FFD255; }
a { background-color: rgb(255,210,85); }
div.DivClassName
{
background-color: #FFD255;
}
.BgClassName
{
background-color: #FFD255;
}
</style>
border-color css
<style>
span { border-color: #FFD255; }
span { border-color: rgb(255,210,85); }
td.TdClassName
{
border-color: #FFD255;
}
.TagClassName
{
border-color: #FFD255;
}
</style>