#FDC874

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

Shades of Chardonnay #FDC874

Tints of Chardonnay #FDC874

Color information

#FDC874 (or 0xFDC874) is unknown color: approx Chardonnay. HEX triplet: FD, C8 and 74. RGB value is (253,200,116). Sum of RGB (Red+Green+Blue) = 253+200+116=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC874 is #02378B. Grayscale: #CECECE. Windows color (decimal): -145292 or 7653629. OLE color: 7653629.

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

Color convert

RGB253200116-
CMYK00.210.540.01
HSL36.79º97.16%72.35%-
HSV(B)36.79º54.15%99.22%-
XYZ64.3163.4525.38-
YUV206.2777.06161.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 200 (78.52% from 255) = 35.15%
BLUE value IS 116 (45.70% from 255) = 20.39%
R=44.46%
G=35.15%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320011600.210.540.0136.7997.1672.35
HexFDC874015361256148
Octal37531016402566145141110
Binary11111101110010001110100010101110110110010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC874; }

 p { color: rgb(253,200,116); }

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

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

 a { background-color: rgb(253,200,116); }

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

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

 span { border-color: rgb(253,200,116); }

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