#FDC97D

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

Shades of Chardonnay #FDC97D

Tints of Chardonnay #FDC97D

Color information

#FDC97D (or 0xFDC97D) is unknown color: approx Chardonnay. HEX triplet: FD, C9 and 7D. RGB value is (253,201,125). Sum of RGB (Red+Green+Blue) = 253+201+125=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC97D is #023682. Grayscale: #D0D0D0. Windows color (decimal): -145027 or 8243709. OLE color: 8243709.

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

Color convert

RGB253201125-
CMYK00.210.510.01
HSL35.62º96.97%74.12%-
HSV(B)35.62º50.59%99.22%-
XYZ65.164.1428.35-
YUV207.8881.23160.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.70%
GREEN value IS 201 (78.91% from 255) = 34.72%
BLUE value IS 125 (49.22% from 255) = 21.59%
R=43.70%
G=34.72%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320112500.210.510.0135.6296.9774.12
HexFDC97D01533124614a
Octal37531117502563144141112
Binary11111101110010011111101010101110011110010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC97D; }

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

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

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

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

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

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

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

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