Shades of Chardonnay #FDC977
Tints of Chardonnay #FDC977
RGB
CMYK
RGB Variations
Color information
#FDC977 (or 0xFDC977) is known color: Chardonnay. HEX triplet: FD, C9 and 77. RGB value is (253,201,119). Sum of RGB (Red+Green+Blue) = 253+201+119=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC977 is #023688. Grayscale: #CFCFCF. Windows color (decimal): -145033 or 7850493. OLE color: 7850493.
HSL color Cylindrical-coordinate representation of color #FDC977: hue angle of 36.72º 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 #FDC977 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 119 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.01 |
| HSL | 36.72º | 0.97% | 0.73% | - |
| HSV(B) | 36.72º | 0.53% | 0.99% | - |
| XYZ | 64.72 | 63.99 | 26.39 | - |
| YUV | 207.2 | 78.23 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 119 | 0 | 0.21 | 0.53 | 0.01 | 36.72 | 0.97 | 0.73 |
| Hex | FD | C9 | 77 | 0 | 15 | 35 | 1 | 25 | 61 | 49 |
| Octal | 375 | 311 | 167 | 0 | 25 | 65 | 1 | 45 | 141 | 111 |
| Binary | 11111101 | 11001001 | 1110111 | 0 | 10101 | 110101 | 1 | 100101 | 1100001 | 1001001 |
Color Harmonies of #FDC977
Complementary color
Monochromatic Colors of #FDC977
Black with #FDC977
Text Example
Text Example
White with #FDC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC977; }
p { color: rgb(253,201,119); }
H1.HeaderClassName
{
color: #FDC977;
}
.AnyTagClassName
{
color: #FDC977;
}
</style>
background-color css
<style>
a { background-color: #FDC977; }
a { background-color: rgb(253,201,119); }
div.DivClassName
{
background-color: #FDC977;
}
.BgClassName
{
background-color: #FDC977;
}
</style>
border-color css
<style>
span { border-color: #FDC977; }
span { border-color: rgb(253,201,119); }
td.TdClassName
{
border-color: #FDC977;
}
.TagClassName
{
border-color: #FDC977;
}
</style>