#FDC380

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

Shades of Chardonnay #FDC380

Tints of Chardonnay #FDC380

Color information

#FDC380 (or 0xFDC380) is unknown color: approx Chardonnay. HEX triplet: FD, C3 and 80. RGB value is (253,195,128). Sum of RGB (Red+Green+Blue) = 253+195+128=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC380 is #023C7F. Grayscale: #CDCDCD. Windows color (decimal): -146560 or 8438781. OLE color: 8438781.

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

Color convert

RGB253195128-
CMYK00.230.490.01
HSL32.16º96.9%74.71%-
HSV(B)32.16º49.41%99.22%-
XYZ63.9261.4728.92-
YUV204.784.72162.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 128 (50.39% from 255) = 22.22%
R=43.92%
G=33.85%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319512800.230.490.0132.1696.974.71
HexFDC38001731120614b
Octal37530320002761140141113
Binary111111011100001110000000010111110001110000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC380; }

 p { color: rgb(253,195,128); }

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

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

 a { background-color: rgb(253,195,128); }

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

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

 span { border-color: rgb(253,195,128); }

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