Shades of Chardonnay #FDC57C
Tints of Chardonnay #FDC57C
RGB
CMYK
RGB Variations
Color information
#FDC57C (or 0xFDC57C) is known color: Chardonnay. HEX triplet: FD, C5 and 7C. RGB value is (253,197,124). Sum of RGB (Red+Green+Blue) = 253+197+124=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC57C is #023A83. Grayscale: #CDCDCD. Windows color (decimal): -146052 or 8177149. OLE color: 8177149.
HSL color Cylindrical-coordinate representation of color #FDC57C: hue angle of 33.95º 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 #FDC57C is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 124 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.01 |
| HSL | 33.95º | 0.97% | 0.74% | - |
| HSV(B) | 33.95º | 0.51% | 0.99% | - |
| XYZ | 64.11 | 62.27 | 27.71 | - |
| YUV | 205.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 124 | 0 | 0.22 | 0.51 | 0.01 | 33.95 | 0.97 | 0.74 |
| Hex | FD | C5 | 7C | 0 | 16 | 33 | 1 | 22 | 61 | 4A |
| Octal | 375 | 305 | 174 | 0 | 26 | 63 | 1 | 42 | 141 | 112 |
| Binary | 11111101 | 11000101 | 1111100 | 0 | 10110 | 110011 | 1 | 100010 | 1100001 | 1001010 |
Color Harmonies of #FDC57C
Complementary color
Monochromatic Colors of #FDC57C
Black with #FDC57C
Text Example
Text Example
White with #FDC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC57C; }
p { color: rgb(253,197,124); }
H1.HeaderClassName
{
color: #FDC57C;
}
.AnyTagClassName
{
color: #FDC57C;
}
</style>
background-color css
<style>
a { background-color: #FDC57C; }
a { background-color: rgb(253,197,124); }
div.DivClassName
{
background-color: #FDC57C;
}
.BgClassName
{
background-color: #FDC57C;
}
</style>
border-color css
<style>
span { border-color: #FDC57C; }
span { border-color: rgb(253,197,124); }
td.TdClassName
{
border-color: #FDC57C;
}
.TagClassName
{
border-color: #FDC57C;
}
</style>