#FFD14C

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

Shades of Kournikova #FFD14C

Tints of Kournikova #FFD14C

Color information

#FFD14C (or 0xFFD14C) is unknown color: approx Kournikova. HEX triplet: FF, D1 and 4C. RGB value is (255,209,76). Sum of RGB (Red+Green+Blue) = 255+209+76=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD14C is #002EB3. Grayscale: #D0D0D0. Windows color (decimal): -11956 or 5034495. OLE color: 5034495.

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

Color convert

RGB25520976-
CMYK00.180.700
HSL44.58º100%64.9%-
HSV(B)44.58º70.2%100%-
XYZ65.3467.3816.4-
YUV207.5953.74161.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 209 (82.03% from 255) = 38.70%
BLUE value IS 76 (30.08% from 255) = 14.07%
R=47.22%
G=38.70%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552097600.180.70044.5810064.9
HexFFD14C0124602d6441
Octal377321114022106055144101
Binary111111111101000110011000100101000110010110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD14C; }

 p { color: rgb(255,209,76); }

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

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

 a { background-color: rgb(255,209,76); }

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

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

 span { border-color: rgb(255,209,76); }

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