Shades of Chardonnay #FDC97F
Tints of Chardonnay #FDC97F
RGB
CMYK
RGB Variations
Color information
#FDC97F (or 0xFDC97F) is known color: Chardonnay. HEX triplet: FD, C9 and 7F. RGB value is (253,201,127). Sum of RGB (Red+Green+Blue) = 253+201+127=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC97F is #023680. Grayscale: #D0D0D0. Windows color (decimal): -145025 or 8374781. OLE color: 8374781.
HSL color Cylindrical-coordinate representation of color #FDC97F: hue angle of 35.24º 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 #FDC97F is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 127 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.01 |
| HSL | 35.24º | 0.97% | 0.75% | - |
| HSV(B) | 35.24º | 0.5% | 0.99% | - |
| XYZ | 65.23 | 64.19 | 29.03 | - |
| YUV | 208.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 127 | 0 | 0.21 | 0.50 | 0.01 | 35.24 | 0.97 | 0.75 |
| Hex | FD | C9 | 7F | 0 | 15 | 32 | 1 | 23 | 61 | 4B |
| Octal | 375 | 311 | 177 | 0 | 25 | 62 | 1 | 43 | 141 | 113 |
| Binary | 11111101 | 11001001 | 1111111 | 0 | 10101 | 110010 | 1 | 100011 | 1100001 | 1001011 |
Color Harmonies of #FDC97F
Complementary color
Monochromatic Colors of #FDC97F
Black with #FDC97F
Text Example
Text Example
White with #FDC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC97F; }
p { color: rgb(253,201,127); }
H1.HeaderClassName
{
color: #FDC97F;
}
.AnyTagClassName
{
color: #FDC97F;
}
</style>
background-color css
<style>
a { background-color: #FDC97F; }
a { background-color: rgb(253,201,127); }
div.DivClassName
{
background-color: #FDC97F;
}
.BgClassName
{
background-color: #FDC97F;
}
</style>
border-color css
<style>
span { border-color: #FDC97F; }
span { border-color: rgb(253,201,127); }
td.TdClassName
{
border-color: #FDC97F;
}
.TagClassName
{
border-color: #FDC97F;
}
</style>