Shades of Kournikova #FFD357
Tints of Kournikova #FFD357
RGB
CMYK
RGB Variations
Color information
#FFD357 (or 0xFFD357) is known color: Kournikova. HEX triplet: FF, D3 and 57. RGB value is (255,211,87). Sum of RGB (Red+Green+Blue) = 255+211+87=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 87 (34.38% from 255 or 15.73% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD357 is #002CA8. Grayscale: #D2D2D2. Windows color (decimal): -11433 or 5755903. OLE color: 5755903.
HSL color Cylindrical-coordinate representation of color #FFD357: hue angle of 44.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFD357 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 87 | - |
| CMYK | 0 | 0.17 | 0.66 | 0 |
| HSL | 44.29º | 1% | 0.67% | - |
| HSV(B) | 44.29º | 0.66% | 1% | - |
| XYZ | 66.25 | 68.54 | 18.75 | - |
| YUV | 210.02 | 58.58 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 87 | 0 | 0.17 | 0.66 | 0 | 44.29 | 1 | 0.67 |
| Hex | FF | D3 | 57 | 0 | 11 | 42 | 0 | 2C | 64 | 43 |
| Octal | 377 | 323 | 127 | 0 | 21 | 102 | 0 | 54 | 144 | 103 |
| Binary | 11111111 | 11010011 | 1010111 | 0 | 10001 | 1000010 | 0 | 101100 | 1100100 | 1000011 |
Color Harmonies of #FFD357
Complementary color
Monochromatic Colors of #FFD357
Black with #FFD357
Text Example
Text Example
White with #FFD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD357; }
p { color: rgb(255,211,87); }
H1.HeaderClassName
{
color: #FFD357;
}
.AnyTagClassName
{
color: #FFD357;
}
</style>
background-color css
<style>
a { background-color: #FFD357; }
a { background-color: rgb(255,211,87); }
div.DivClassName
{
background-color: #FFD357;
}
.BgClassName
{
background-color: #FFD357;
}
</style>
border-color css
<style>
span { border-color: #FFD357; }
span { border-color: rgb(255,211,87); }
td.TdClassName
{
border-color: #FFD357;
}
.TagClassName
{
border-color: #FFD357;
}
</style>