Shades of Chardonnay #FDC976
Tints of Chardonnay #FDC976
RGB
CMYK
RGB Variations
Color information
#FDC976 (or 0xFDC976) is known color: Chardonnay. HEX triplet: FD, C9 and 76. RGB value is (253,201,118). Sum of RGB (Red+Green+Blue) = 253+201+118=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC976 is #023689. Grayscale: #CFCFCF. Windows color (decimal): -145034 or 7784957. OLE color: 7784957.
HSL color Cylindrical-coordinate representation of color #FDC976: hue angle of 36.89º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDC976 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 118 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.01 |
| HSL | 36.89º | 0.97% | 0.73% | - |
| HSV(B) | 36.89º | 0.53% | 0.99% | - |
| XYZ | 64.66 | 63.96 | 26.08 | - |
| YUV | 207.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 118 | 0 | 0.21 | 0.53 | 0.01 | 36.89 | 0.97 | 0.73 |
| Hex | FD | C9 | 76 | 0 | 15 | 35 | 1 | 25 | 61 | 49 |
| Octal | 375 | 311 | 166 | 0 | 25 | 65 | 1 | 45 | 141 | 111 |
| Binary | 11111101 | 11001001 | 1110110 | 0 | 10101 | 110101 | 1 | 100101 | 1100001 | 1001001 |
Color Harmonies of #FDC976
Complementary color
Monochromatic Colors of #FDC976
Black with #FDC976
Text Example
Text Example
White with #FDC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC976; }
p { color: rgb(253,201,118); }
H1.HeaderClassName
{
color: #FDC976;
}
.AnyTagClassName
{
color: #FDC976;
}
</style>
background-color css
<style>
a { background-color: #FDC976; }
a { background-color: rgb(253,201,118); }
div.DivClassName
{
background-color: #FDC976;
}
.BgClassName
{
background-color: #FDC976;
}
</style>
border-color css
<style>
span { border-color: #FDC976; }
span { border-color: rgb(253,201,118); }
td.TdClassName
{
border-color: #FDC976;
}
.TagClassName
{
border-color: #FDC976;
}
</style>