Shades of Chardonnay #FDC37A
Tints of Chardonnay #FDC37A
RGB
CMYK
RGB Variations
Color information
#FDC37A (or 0xFDC37A) is known color: Chardonnay. HEX triplet: FD, C3 and 7A. RGB value is (253,195,122). Sum of RGB (Red+Green+Blue) = 253+195+122=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC37A is #023C85. Grayscale: #CCCCCC. Windows color (decimal): -146566 or 8045565. OLE color: 8045565.
HSL color Cylindrical-coordinate representation of color #FDC37A: hue angle of 33.44º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDC37A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 122 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.01 |
| HSL | 33.44º | 0.97% | 0.74% | - |
| HSV(B) | 33.44º | 0.52% | 0.99% | - |
| XYZ | 63.54 | 61.32 | 26.9 | - |
| YUV | 204.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 122 | 0 | 0.23 | 0.52 | 0.01 | 33.44 | 0.97 | 0.74 |
| Hex | FD | C3 | 7A | 0 | 17 | 34 | 1 | 21 | 61 | 4A |
| Octal | 375 | 303 | 172 | 0 | 27 | 64 | 1 | 41 | 141 | 112 |
| Binary | 11111101 | 11000011 | 1111010 | 0 | 10111 | 110100 | 1 | 100001 | 1100001 | 1001010 |
Color Harmonies of #FDC37A
Complementary color
Monochromatic Colors of #FDC37A
Black with #FDC37A
Text Example
Text Example
White with #FDC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC37A; }
p { color: rgb(253,195,122); }
H1.HeaderClassName
{
color: #FDC37A;
}
.AnyTagClassName
{
color: #FDC37A;
}
</style>
background-color css
<style>
a { background-color: #FDC37A; }
a { background-color: rgb(253,195,122); }
div.DivClassName
{
background-color: #FDC37A;
}
.BgClassName
{
background-color: #FDC37A;
}
</style>
border-color css
<style>
span { border-color: #FDC37A; }
span { border-color: rgb(253,195,122); }
td.TdClassName
{
border-color: #FDC37A;
}
.TagClassName
{
border-color: #FDC37A;
}
</style>