Shades of Kournikova #FFD553
Tints of Kournikova #FFD553
RGB
CMYK
RGB Variations
Color information
#FFD553 (or 0xFFD553) is known color: Kournikova. HEX triplet: FF, D5 and 53. RGB value is (255,213,83). Sum of RGB (Red+Green+Blue) = 255+213+83=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 83 (32.81% from 255 or 15.06% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD553 is #002AAC. Grayscale: #D3D3D3. Windows color (decimal): -10925 or 5494271. OLE color: 5494271.
HSL color Cylindrical-coordinate representation of color #FFD553: hue angle of 45.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFD553 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 83 | - |
| CMYK | 0 | 0.16 | 0.67 | 0 |
| HSL | 45.35º | 1% | 0.66% | - |
| HSV(B) | 45.35º | 0.67% | 1% | - |
| XYZ | 66.6 | 69.47 | 18.08 | - |
| YUV | 210.74 | 55.91 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 83 | 0 | 0.16 | 0.67 | 0 | 45.35 | 1 | 0.66 |
| Hex | FF | D5 | 53 | 0 | 10 | 43 | 0 | 2D | 64 | 42 |
| Octal | 377 | 325 | 123 | 0 | 20 | 103 | 0 | 55 | 144 | 102 |
| Binary | 11111111 | 11010101 | 1010011 | 0 | 10000 | 1000011 | 0 | 101101 | 1100100 | 1000010 |
Color Harmonies of #FFD553
Complementary color
Monochromatic Colors of #FFD553
Black with #FFD553
Text Example
Text Example
White with #FFD553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD553; }
p { color: rgb(255,213,83); }
H1.HeaderClassName
{
color: #FFD553;
}
.AnyTagClassName
{
color: #FFD553;
}
</style>
background-color css
<style>
a { background-color: #FFD553; }
a { background-color: rgb(255,213,83); }
div.DivClassName
{
background-color: #FFD553;
}
.BgClassName
{
background-color: #FFD553;
}
</style>
border-color css
<style>
span { border-color: #FFD553; }
span { border-color: rgb(255,213,83); }
td.TdClassName
{
border-color: #FFD553;
}
.TagClassName
{
border-color: #FFD553;
}
</style>