Shades of Chardonnay #FDC980
Tints of Chardonnay #FDC980
RGB
CMYK
RGB Variations
Color information
#FDC980 (or 0xFDC980) is known color: Chardonnay. HEX triplet: FD, C9 and 80. RGB value is (253,201,128). Sum of RGB (Red+Green+Blue) = 253+201+128=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC980 is #02367F. Grayscale: #D0D0D0. Windows color (decimal): -145024 or 8440317. OLE color: 8440317.
HSL color Cylindrical-coordinate representation of color #FDC980: hue angle of 35.04º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDC980 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 128 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.01 |
| HSL | 35.04º | 0.97% | 0.75% | - |
| HSV(B) | 35.04º | 0.49% | 0.99% | - |
| XYZ | 65.29 | 64.21 | 29.38 | - |
| YUV | 208.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 128 | 0 | 0.21 | 0.49 | 0.01 | 35.04 | 0.97 | 0.75 |
| Hex | FD | C9 | 80 | 0 | 15 | 31 | 1 | 23 | 61 | 4B |
| Octal | 375 | 311 | 200 | 0 | 25 | 61 | 1 | 43 | 141 | 113 |
| Binary | 11111101 | 11001001 | 10000000 | 0 | 10101 | 110001 | 1 | 100011 | 1100001 | 1001011 |
Color Harmonies of #FDC980
Complementary color
Monochromatic Colors of #FDC980
Black with #FDC980
Text Example
Text Example
White with #FDC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC980; }
p { color: rgb(253,201,128); }
H1.HeaderClassName
{
color: #FDC980;
}
.AnyTagClassName
{
color: #FDC980;
}
</style>
background-color css
<style>
a { background-color: #FDC980; }
a { background-color: rgb(253,201,128); }
div.DivClassName
{
background-color: #FDC980;
}
.BgClassName
{
background-color: #FDC980;
}
</style>
border-color css
<style>
span { border-color: #FDC980; }
span { border-color: rgb(253,201,128); }
td.TdClassName
{
border-color: #FDC980;
}
.TagClassName
{
border-color: #FDC980;
}
</style>