#FDC97E

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

Shades of Chardonnay #FDC97E

Tints of Chardonnay #FDC97E

Color information

#FDC97E (or 0xFDC97E) is unknown color: approx Chardonnay. HEX triplet: FD, C9 and 7E. RGB value is (253,201,126). Sum of RGB (Red+Green+Blue) = 253+201+126=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC97E is #023681. Grayscale: #D0D0D0. Windows color (decimal): -145026 or 8309245. OLE color: 8309245.

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

Color convert

RGB253201126-
CMYK00.210.500.01
HSL35.43º96.95%74.31%-
HSV(B)35.43º50.2%99.22%-
XYZ65.1664.1628.69-
YUV20881.73160.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.62%
GREEN value IS 201 (78.91% from 255) = 34.66%
BLUE value IS 126 (49.61% from 255) = 21.72%
R=43.62%
G=34.66%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320112600.210.500.0135.4396.9574.31
HexFDC97E01532123614a
Octal37531117602562143141112
Binary11111101110010011111110010101110010110001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC97E; }

 p { color: rgb(253,201,126); }

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

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

 a { background-color: rgb(253,201,126); }

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

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

 span { border-color: rgb(253,201,126); }

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