#ffd04c

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

Shades of Kournikova #FFD04C

Tints of Kournikova #FFD04C

Color information

#FFD04C (or 0xFFD04C) is unknown color: approx Kournikova. HEX triplet: FF, D0 and 4C. RGB value is (255,208,76). Sum of RGB (Red+Green+Blue) = 255+208+76=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 76 (30.08% from 255 or 14.10% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD04C is #002FB3. Grayscale: #CFCFCF. Windows color (decimal): -12212 or 5034239. OLE color: 5034239.

HSL color Cylindrical-coordinate representation of color #FFD04C: hue angle of 44.25º 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 #FFD04C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB25520876-
CMYK00.180.700
HSL44.25º100%64.9%-
HSV(B)44.25º70.2%100%-
XYZ65.166.8916.32-
YUV20754.07162.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.31%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 76 (30.08% from 255) = 14.10%
R=47.31%
G=38.59%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552087600.180.70044.2510064.9
HexFFD04C0124602c6441
Octal377320114022106054144101
Binary111111111101000010011000100101000110010110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffd04c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffd04c; }

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

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

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

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

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

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

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

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