Shades of Kournikova #FFD34B
Tints of Kournikova #FFD34B
RGB
CMYK
RGB Variations
Color information
#FFD34B (or 0xFFD34B) is known color: Kournikova. HEX triplet: FF, D3 and 4B. RGB value is (255,211,75). Sum of RGB (Red+Green+Blue) = 255+211+75=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 75 (29.69% from 255 or 13.86% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD34B is #002CB4. Grayscale: #D1D1D1. Windows color (decimal): -11445 or 4969471. OLE color: 4969471.
HSL color Cylindrical-coordinate representation of color #FFD34B: hue angle of 45.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFD34B is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 75 | - |
| CMYK | 0 | 0.17 | 0.71 | 0 |
| HSL | 45.33º | 1% | 0.65% | - |
| HSV(B) | 45.33º | 0.71% | 1% | - |
| XYZ | 65.8 | 68.36 | 16.38 | - |
| YUV | 208.65 | 52.58 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 75 | 0 | 0.17 | 0.71 | 0 | 45.33 | 1 | 0.65 |
| Hex | FF | D3 | 4B | 0 | 11 | 47 | 0 | 2D | 64 | 41 |
| Octal | 377 | 323 | 113 | 0 | 21 | 107 | 0 | 55 | 144 | 101 |
| Binary | 11111111 | 11010011 | 1001011 | 0 | 10001 | 1000111 | 0 | 101101 | 1100100 | 1000001 |
Color Harmonies of #FFD34B
Complementary color
Monochromatic Colors of #FFD34B
Black with #FFD34B
Text Example
Text Example
White with #FFD34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD34B; }
p { color: rgb(255,211,75); }
H1.HeaderClassName
{
color: #FFD34B;
}
.AnyTagClassName
{
color: #FFD34B;
}
</style>
background-color css
<style>
a { background-color: #FFD34B; }
a { background-color: rgb(255,211,75); }
div.DivClassName
{
background-color: #FFD34B;
}
.BgClassName
{
background-color: #FFD34B;
}
</style>
border-color css
<style>
span { border-color: #FFD34B; }
span { border-color: rgb(255,211,75); }
td.TdClassName
{
border-color: #FFD34B;
}
.TagClassName
{
border-color: #FFD34B;
}
</style>