#FDCA7C

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

Shades of Chardonnay #FDCA7C

Tints of Chardonnay #FDCA7C

Color information

#FDCA7C (or 0xFDCA7C) is unknown color: approx Chardonnay. HEX triplet: FD, CA and 7C. RGB value is (253,202,124). Sum of RGB (Red+Green+Blue) = 253+202+124=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCA7C is #023583. Grayscale: #D0D0D0. Windows color (decimal): -144772 or 8178429. OLE color: 8178429.

HSL color Cylindrical-coordinate representation of color #FDCA7C: hue angle of 36.28º 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 #FDCA7C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253202124-
CMYK00.200.510.01
HSL36.28º96.99%73.92%-
HSV(B)36.28º50.99%99.22%-
XYZ65.2764.5828.09-
YUV208.3680.4159.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.70%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 124 (48.83% from 255) = 21.42%
R=43.70%
G=34.89%
B=21.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320212400.200.510.0136.2896.9973.92
HexFDCA7C01433124614a
Octal37531217402463144141112
Binary11111101110010101111100010100110011110010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCA7C; }

 p { color: rgb(253,202,124); }

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

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

 a { background-color: rgb(253,202,124); }

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

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

 span { border-color: rgb(253,202,124); }

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