Shades of Chardonnay #FDC47F
Tints of Chardonnay #FDC47F
RGB
CMYK
RGB Variations
Color information
#FDC47F (or 0xFDC47F) is known color: Chardonnay. HEX triplet: FD, C4 and 7F. RGB value is (253,196,127). Sum of RGB (Red+Green+Blue) = 253+196+127=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC47F is #023B80. Grayscale: #CDCDCD. Windows color (decimal): -146305 or 8373501. OLE color: 8373501.
HSL color Cylindrical-coordinate representation of color #FDC47F: hue angle of 32.86º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDC47F is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 127 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.01 |
| HSL | 32.86º | 0.97% | 0.75% | - |
| HSV(B) | 32.86º | 0.5% | 0.99% | - |
| XYZ | 64.08 | 61.89 | 28.65 | - |
| YUV | 205.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 127 | 0 | 0.23 | 0.50 | 0.01 | 32.86 | 0.97 | 0.75 |
| Hex | FD | C4 | 7F | 0 | 17 | 32 | 1 | 21 | 61 | 4B |
| Octal | 375 | 304 | 177 | 0 | 27 | 62 | 1 | 41 | 141 | 113 |
| Binary | 11111101 | 11000100 | 1111111 | 0 | 10111 | 110010 | 1 | 100001 | 1100001 | 1001011 |
Color Harmonies of #FDC47F
Complementary color
Monochromatic Colors of #FDC47F
Black with #FDC47F
Text Example
Text Example
White with #FDC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC47F; }
p { color: rgb(253,196,127); }
H1.HeaderClassName
{
color: #FDC47F;
}
.AnyTagClassName
{
color: #FDC47F;
}
</style>
background-color css
<style>
a { background-color: #FDC47F; }
a { background-color: rgb(253,196,127); }
div.DivClassName
{
background-color: #FDC47F;
}
.BgClassName
{
background-color: #FDC47F;
}
</style>
border-color css
<style>
span { border-color: #FDC47F; }
span { border-color: rgb(253,196,127); }
td.TdClassName
{
border-color: #FDC47F;
}
.TagClassName
{
border-color: #FDC47F;
}
</style>