#FFD64E

Color #FFD64E Kournikova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kournikova #FFD64E

Tints of Kournikova #FFD64E

Color information

#FFD64E (or 0xFFD64E) is unknown color: approx Kournikova. HEX triplet: FF, D6 and 4E. RGB value is (255,214,78). Sum of RGB (Red+Green+Blue) = 255+214+78=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 78 (30.86% from 255 or 14.26% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD64E is #0029B1. Grayscale: #D3D3D3. Windows color (decimal): -10674 or 5166847. OLE color: 5166847.

HSL color Cylindrical-coordinate representation of color #FFD64E: hue angle of 46.1º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFD64E is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB25521478-
CMYK00.160.690
HSL46.1º100%65.29%-
HSV(B)46.1º69.41%100%-
XYZ66.6669.917.19-
YUV210.7653.08159.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 78 (30.86% from 255) = 14.26%
R=46.62%
G=39.12%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552147800.160.69046.110065.29
HexFFD64E0104502e6441
Octal377326116020105056144101
Binary111111111101011010011100100001000101010111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD64E; }

 p { color: rgb(255,214,78); }

 H1.HeaderClassName
 {
   color: #FFD64E;
 }
 .AnyTagClassName
 {
   color: #FFD64E;
 }
</style>
background-color css

<style>
 a { background-color: #FFD64E; }

 a { background-color: rgb(255,214,78); }

 div.DivClassName
 {
   background-color: #FFD64E;
 }
 .BgClassName
 {
   background-color: #FFD64E;
 }
</style>
border-color css

<style>
 span { border-color: #FFD64E; }

 span { border-color: rgb(255,214,78); }

 td.TdClassName
 {
   border-color: #FFD64E;
 }
 .TagClassName
 {
   border-color: #FFD64E;
 }
</style>