#FDC776

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

Shades of Chardonnay #FDC776

Tints of Chardonnay #FDC776

Color information

#FDC776 (or 0xFDC776) is unknown color: approx Chardonnay. HEX triplet: FD, C7 and 76. RGB value is (253,199,118). Sum of RGB (Red+Green+Blue) = 253+199+118=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC776 is #023889. Grayscale: #CECECE. Windows color (decimal): -145546 or 7784445. OLE color: 7784445.

HSL color Cylindrical-coordinate representation of color #FDC776: hue angle of 36º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDC776 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB253199118-
CMYK00.210.530.01
HSL36º97.12%72.75%-
HSV(B)36º53.36%99.22%-
XYZ64.263.0425.92-
YUV205.9178.39161.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.39%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 118 (46.48% from 255) = 20.70%
R=44.39%
G=34.91%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319911800.210.530.013697.1272.75
HexFDC776015351246149
Octal37530716602565144141111
Binary11111101110001111110110010101110101110010011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC776; }

 p { color: rgb(253,199,118); }

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

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

 a { background-color: rgb(253,199,118); }

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

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

 span { border-color: rgb(253,199,118); }

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