Shades of Chardonnay #FDC97C
Tints of Chardonnay #FDC97C
RGB
CMYK
RGB Variations
Color information
#FDC97C (or 0xFDC97C) is known color: Chardonnay. HEX triplet: FD, C9 and 7C. RGB value is (253,201,124). Sum of RGB (Red+Green+Blue) = 253+201+124=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC97C is #023683. Grayscale: #D0D0D0. Windows color (decimal): -145028 or 8178173. OLE color: 8178173.
HSL color Cylindrical-coordinate representation of color #FDC97C: hue angle of 35.81º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDC97C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 124 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.01 |
| HSL | 35.81º | 0.97% | 0.74% | - |
| HSV(B) | 35.81º | 0.51% | 0.99% | - |
| XYZ | 65.03 | 64.11 | 28.02 | - |
| YUV | 207.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 124 | 0 | 0.21 | 0.51 | 0.01 | 35.81 | 0.97 | 0.74 |
| Hex | FD | C9 | 7C | 0 | 15 | 33 | 1 | 24 | 61 | 4A |
| Octal | 375 | 311 | 174 | 0 | 25 | 63 | 1 | 44 | 141 | 112 |
| Binary | 11111101 | 11001001 | 1111100 | 0 | 10101 | 110011 | 1 | 100100 | 1100001 | 1001010 |
Color Harmonies of #FDC97C
Complementary color
Monochromatic Colors of #FDC97C
Black with #FDC97C
Text Example
Text Example
White with #FDC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC97C; }
p { color: rgb(253,201,124); }
H1.HeaderClassName
{
color: #FDC97C;
}
.AnyTagClassName
{
color: #FDC97C;
}
</style>
background-color css
<style>
a { background-color: #FDC97C; }
a { background-color: rgb(253,201,124); }
div.DivClassName
{
background-color: #FDC97C;
}
.BgClassName
{
background-color: #FDC97C;
}
</style>
border-color css
<style>
span { border-color: #FDC97C; }
span { border-color: rgb(253,201,124); }
td.TdClassName
{
border-color: #FDC97C;
}
.TagClassName
{
border-color: #FDC97C;
}
</style>