#FDC382

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

Shades of Chardonnay #FDC382

Tints of Chardonnay #FDC382

Color information

#FDC382 (or 0xFDC382) is unknown color: approx Chardonnay. HEX triplet: FD, C3 and 82. RGB value is (253,195,130). Sum of RGB (Red+Green+Blue) = 253+195+130=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC382 is #023C7D. Grayscale: #CDCDCD. Windows color (decimal): -146558 or 8569853. OLE color: 8569853.

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

Color convert

RGB253195130-
CMYK00.230.490.01
HSL31.71º96.85%75.1%-
HSV(B)31.71º48.62%99.22%-
XYZ64.0561.5229.62-
YUV204.9385.72162.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.77%
GREEN value IS 195 (76.56% from 255) = 33.74%
BLUE value IS 130 (51.17% from 255) = 22.49%
R=43.77%
G=33.74%
B=22.49%

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
Decimal25319513000.230.490.0131.7196.8575.1
HexFDC38201731120614b
Octal37530320202761140141113
Binary111111011100001110000010010111110001110000011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC382; }

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

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

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

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

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

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

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

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