#FDC27D

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

Shades of Chardonnay #FDC27D

Tints of Chardonnay #FDC27D

Color information

#FDC27D (or 0xFDC27D) is unknown color: approx Chardonnay. HEX triplet: FD, C2 and 7D. RGB value is (253,194,125). Sum of RGB (Red+Green+Blue) = 253+194+125=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC27D is #023D82. Grayscale: #CCCCCC. Windows color (decimal): -146819 or 8241917. OLE color: 8241917.

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

Color convert

RGB253194125-
CMYK00.230.510.01
HSL32.34º96.97%74.12%-
HSV(B)32.34º50.59%99.22%-
XYZ63.560.9527.82-
YUV203.7783.55163.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 125 (49.22% from 255) = 21.85%
R=44.23%
G=33.92%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319412500.230.510.0132.3496.9774.12
HexFDC27D01733120614a
Octal37530217502763140141112
Binary11111101110000101111101010111110011110000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC27D; }

 p { color: rgb(253,194,125); }

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

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

 a { background-color: rgb(253,194,125); }

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

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

 span { border-color: rgb(253,194,125); }

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