#FDC67C

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

Shades of Chardonnay #FDC67C

Tints of Chardonnay #FDC67C

Color information

#FDC67C (or 0xFDC67C) is unknown color: approx Chardonnay. HEX triplet: FD, C6 and 7C. RGB value is (253,198,124). Sum of RGB (Red+Green+Blue) = 253+198+124=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC67C is #023983. Grayscale: #CECECE. Windows color (decimal): -145796 or 8177405. OLE color: 8177405.

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

Color convert

RGB253198124-
CMYK00.220.510.01
HSL34.42º96.99%73.92%-
HSV(B)34.42º50.99%99.22%-
XYZ64.3462.7327.79-
YUV206.0181.72161.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44%
GREEN value IS 198 (77.73% from 255) = 34.43%
BLUE value IS 124 (48.83% from 255) = 21.57%
R=44%
G=34.43%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319812400.220.510.0134.4296.9973.92
HexFDC67C01633122614a
Octal37530617402663142141112
Binary11111101110001101111100010110110011110001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC67C; }

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

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

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

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

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

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

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

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