Shades of Kournikova #FFD455
Tints of Kournikova #FFD455
RGB
CMYK
RGB Variations
Color information
#FFD455 (or 0xFFD455) is known color: Kournikova. HEX triplet: FF, D4 and 55. RGB value is (255,212,85). Sum of RGB (Red+Green+Blue) = 255+212+85=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD455 is #002BAA. Grayscale: #D2D2D2. Windows color (decimal): -11179 or 5625087. OLE color: 5625087.
HSL color Cylindrical-coordinate representation of color #FFD455: hue angle of 44.82º 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 #FFD455 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 85 | - |
| CMYK | 0 | 0.17 | 0.67 | 0 |
| HSL | 44.82º | 1% | 0.67% | - |
| HSV(B) | 44.82º | 0.67% | 1% | - |
| XYZ | 66.42 | 69 | 18.41 | - |
| YUV | 210.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 85 | 0 | 0.17 | 0.67 | 0 | 44.82 | 1 | 0.67 |
| Hex | FF | D4 | 55 | 0 | 11 | 43 | 0 | 2D | 64 | 43 |
| Octal | 377 | 324 | 125 | 0 | 21 | 103 | 0 | 55 | 144 | 103 |
| Binary | 11111111 | 11010100 | 1010101 | 0 | 10001 | 1000011 | 0 | 101101 | 1100100 | 1000011 |
Color Harmonies of #FFD455
Complementary color
Monochromatic Colors of #FFD455
Black with #FFD455
Text Example
Text Example
White with #FFD455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD455; }
p { color: rgb(255,212,85); }
H1.HeaderClassName
{
color: #FFD455;
}
.AnyTagClassName
{
color: #FFD455;
}
</style>
background-color css
<style>
a { background-color: #FFD455; }
a { background-color: rgb(255,212,85); }
div.DivClassName
{
background-color: #FFD455;
}
.BgClassName
{
background-color: #FFD455;
}
</style>
border-color css
<style>
span { border-color: #FFD455; }
span { border-color: rgb(255,212,85); }
td.TdClassName
{
border-color: #FFD455;
}
.TagClassName
{
border-color: #FFD455;
}
</style>