Shades of Kournikova #FFD055
Tints of Kournikova #FFD055
RGB
CMYK
RGB Variations
Color information
#FFD055 (or 0xFFD055) is known color: Kournikova. HEX triplet: FF, D0 and 55. RGB value is (255,208,85). Sum of RGB (Red+Green+Blue) = 255+208+85=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 85 (33.59% from 255 or 15.51% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD055 is #002FAA. Grayscale: #D0D0D0. Windows color (decimal): -12203 or 5624063. OLE color: 5624063.
HSL color Cylindrical-coordinate representation of color #FFD055: hue angle of 43.41º 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 #FFD055 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 85 | - |
| CMYK | 0 | 0.18 | 0.67 | 0 |
| HSL | 43.41º | 1% | 0.67% | - |
| HSV(B) | 43.41º | 0.67% | 1% | - |
| XYZ | 65.44 | 67.03 | 18.08 | - |
| YUV | 208.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 85 | 0 | 0.18 | 0.67 | 0 | 43.41 | 1 | 0.67 |
| Hex | FF | D0 | 55 | 0 | 12 | 43 | 0 | 2B | 64 | 43 |
| Octal | 377 | 320 | 125 | 0 | 22 | 103 | 0 | 53 | 144 | 103 |
| Binary | 11111111 | 11010000 | 1010101 | 0 | 10010 | 1000011 | 0 | 101011 | 1100100 | 1000011 |
Color Harmonies of #FFD055
Complementary color
Monochromatic Colors of #FFD055
Black with #FFD055
Text Example
Text Example
White with #FFD055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD055; }
p { color: rgb(255,208,85); }
H1.HeaderClassName
{
color: #FFD055;
}
.AnyTagClassName
{
color: #FFD055;
}
</style>
background-color css
<style>
a { background-color: #FFD055; }
a { background-color: rgb(255,208,85); }
div.DivClassName
{
background-color: #FFD055;
}
.BgClassName
{
background-color: #FFD055;
}
</style>
border-color css
<style>
span { border-color: #FFD055; }
span { border-color: rgb(255,208,85); }
td.TdClassName
{
border-color: #FFD055;
}
.TagClassName
{
border-color: #FFD055;
}
</style>