#FDC16D

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

Shades of Chardonnay #FDC16D

Tints of Chardonnay #FDC16D

Color information

#FDC16D (or 0xFDC16D) is unknown color: approx Chardonnay. HEX triplet: FD, C1 and 6D. RGB value is (253,193,109). Sum of RGB (Red+Green+Blue) = 253+193+109=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC16D is #023E92. Grayscale: #C9C9C9. Windows color (decimal): -147091 or 7193085. OLE color: 7193085.

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

Color convert

RGB253193109-
CMYK00.240.570.01
HSL35º97.3%70.98%-
HSV(B)35º56.92%99.22%-
XYZ62.3460.1322.79-
YUV201.3675.88164.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 193 (75.78% from 255) = 34.77%
BLUE value IS 109 (42.97% from 255) = 19.64%
R=45.59%
G=34.77%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319310900.240.570.013597.370.98
HexFDC16D018391236147
Octal37530115503071143141107
Binary11111101110000011101101011000111001110001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC16D; }

 p { color: rgb(253,193,109); }

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

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

 a { background-color: rgb(253,193,109); }

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

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

 span { border-color: rgb(253,193,109); }

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