Shades of Chardonnay #FDC37E
Tints of Chardonnay #FDC37E
RGB
CMYK
RGB Variations
Color information
#FDC37E (or 0xFDC37E) is known color: Chardonnay. HEX triplet: FD, C3 and 7E. RGB value is (253,195,126). Sum of RGB (Red+Green+Blue) = 253+195+126=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC37E is #023C81. Grayscale: #CCCCCC. Windows color (decimal): -146562 or 8307709. OLE color: 8307709.
HSL color Cylindrical-coordinate representation of color #FDC37E: hue angle of 32.6º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDC37E is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 126 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.01 |
| HSL | 32.6º | 0.97% | 0.74% | - |
| HSV(B) | 32.6º | 0.5% | 0.99% | - |
| XYZ | 63.79 | 61.42 | 28.23 | - |
| YUV | 204.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 126 | 0 | 0.23 | 0.50 | 0.01 | 32.6 | 0.97 | 0.74 |
| Hex | FD | C3 | 7E | 0 | 17 | 32 | 1 | 21 | 61 | 4A |
| Octal | 375 | 303 | 176 | 0 | 27 | 62 | 1 | 41 | 141 | 112 |
| Binary | 11111101 | 11000011 | 1111110 | 0 | 10111 | 110010 | 1 | 100001 | 1100001 | 1001010 |
Color Harmonies of #FDC37E
Complementary color
Monochromatic Colors of #FDC37E
Black with #FDC37E
Text Example
Text Example
White with #FDC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC37E; }
p { color: rgb(253,195,126); }
H1.HeaderClassName
{
color: #FDC37E;
}
.AnyTagClassName
{
color: #FDC37E;
}
</style>
background-color css
<style>
a { background-color: #FDC37E; }
a { background-color: rgb(253,195,126); }
div.DivClassName
{
background-color: #FDC37E;
}
.BgClassName
{
background-color: #FDC37E;
}
</style>
border-color css
<style>
span { border-color: #FDC37E; }
span { border-color: rgb(253,195,126); }
td.TdClassName
{
border-color: #FDC37E;
}
.TagClassName
{
border-color: #FDC37E;
}
</style>