Shades of Chardonnay #FDC27C
Tints of Chardonnay #FDC27C
RGB
CMYK
RGB Variations
Color information
#FDC27C (or 0xFDC27C) is known color: Chardonnay. HEX triplet: FD, C2 and 7C. RGB value is (253,194,124). Sum of RGB (Red+Green+Blue) = 253+194+124=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC27C is #023D83. Grayscale: #CCCCCC. Windows color (decimal): -146820 or 8176381. OLE color: 8176381.
HSL color Cylindrical-coordinate representation of color #FDC27C: hue angle of 32.56º 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 #FDC27C is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 124 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.01 |
| HSL | 32.56º | 0.97% | 0.74% | - |
| HSV(B) | 32.56º | 0.51% | 0.99% | - |
| XYZ | 63.44 | 60.92 | 27.48 | - |
| YUV | 203.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 124 | 0 | 0.23 | 0.51 | 0.01 | 32.56 | 0.97 | 0.74 |
| Hex | FD | C2 | 7C | 0 | 17 | 33 | 1 | 21 | 61 | 4A |
| Octal | 375 | 302 | 174 | 0 | 27 | 63 | 1 | 41 | 141 | 112 |
| Binary | 11111101 | 11000010 | 1111100 | 0 | 10111 | 110011 | 1 | 100001 | 1100001 | 1001010 |
Color Harmonies of #FDC27C
Complementary color
Monochromatic Colors of #FDC27C
Black with #FDC27C
Text Example
Text Example
White with #FDC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC27C; }
p { color: rgb(253,194,124); }
H1.HeaderClassName
{
color: #FDC27C;
}
.AnyTagClassName
{
color: #FDC27C;
}
</style>
background-color css
<style>
a { background-color: #FDC27C; }
a { background-color: rgb(253,194,124); }
div.DivClassName
{
background-color: #FDC27C;
}
.BgClassName
{
background-color: #FDC27C;
}
</style>
border-color css
<style>
span { border-color: #FDC27C; }
span { border-color: rgb(253,194,124); }
td.TdClassName
{
border-color: #FDC27C;
}
.TagClassName
{
border-color: #FDC27C;
}
</style>