Shades of Chardonnay #FDC37F
Tints of Chardonnay #FDC37F
RGB
CMYK
RGB Variations
Color information
#FDC37F (or 0xFDC37F) is known color: Chardonnay. HEX triplet: FD, C3 and 7F. RGB value is (253,195,127). Sum of RGB (Red+Green+Blue) = 253+195+127=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC37F is #023C80. Grayscale: #CCCCCC. Windows color (decimal): -146561 or 8373245. OLE color: 8373245.
HSL color Cylindrical-coordinate representation of color #FDC37F: hue angle of 32.38º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDC37F is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 127 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.01 |
| HSL | 32.38º | 0.97% | 0.75% | - |
| HSV(B) | 32.38º | 0.5% | 0.99% | - |
| XYZ | 63.85 | 61.45 | 28.57 | - |
| YUV | 204.59 | 84.22 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 127 | 0 | 0.23 | 0.50 | 0.01 | 32.38 | 0.97 | 0.75 |
| Hex | FD | C3 | 7F | 0 | 17 | 32 | 1 | 20 | 61 | 4B |
| Octal | 375 | 303 | 177 | 0 | 27 | 62 | 1 | 40 | 141 | 113 |
| Binary | 11111101 | 11000011 | 1111111 | 0 | 10111 | 110010 | 1 | 100000 | 1100001 | 1001011 |
Color Harmonies of #FDC37F
Complementary color
Monochromatic Colors of #FDC37F
Black with #FDC37F
Text Example
Text Example
White with #FDC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC37F; }
p { color: rgb(253,195,127); }
H1.HeaderClassName
{
color: #FDC37F;
}
.AnyTagClassName
{
color: #FDC37F;
}
</style>
background-color css
<style>
a { background-color: #FDC37F; }
a { background-color: rgb(253,195,127); }
div.DivClassName
{
background-color: #FDC37F;
}
.BgClassName
{
background-color: #FDC37F;
}
</style>
border-color css
<style>
span { border-color: #FDC37F; }
span { border-color: rgb(253,195,127); }
td.TdClassName
{
border-color: #FDC37F;
}
.TagClassName
{
border-color: #FDC37F;
}
</style>