Shades of Chardonnay #FDC36F
Tints of Chardonnay #FDC36F
RGB
CMYK
RGB Variations
Color information
#FDC36F (or 0xFDC36F) is known color: Chardonnay. HEX triplet: FD, C3 and 6F. RGB value is (253,195,111). Sum of RGB (Red+Green+Blue) = 253+195+111=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC36F is #023C90. Grayscale: #CBCBCB. Windows color (decimal): -146577 or 7324669. OLE color: 7324669.
HSL color Cylindrical-coordinate representation of color #FDC36F: hue angle of 35.49º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDC36F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 111 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.01 |
| HSL | 35.49º | 0.97% | 0.71% | - |
| HSV(B) | 35.49º | 0.56% | 0.99% | - |
| XYZ | 62.89 | 61.06 | 23.51 | - |
| YUV | 202.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 111 | 0 | 0.23 | 0.56 | 0.01 | 35.49 | 0.97 | 0.71 |
| Hex | FD | C3 | 6F | 0 | 17 | 38 | 1 | 23 | 61 | 47 |
| Octal | 375 | 303 | 157 | 0 | 27 | 70 | 1 | 43 | 141 | 107 |
| Binary | 11111101 | 11000011 | 1101111 | 0 | 10111 | 111000 | 1 | 100011 | 1100001 | 1000111 |
Color Harmonies of #FDC36F
Complementary color
Monochromatic Colors of #FDC36F
Black with #FDC36F
Text Example
Text Example
White with #FDC36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC36F; }
p { color: rgb(253,195,111); }
H1.HeaderClassName
{
color: #FDC36F;
}
.AnyTagClassName
{
color: #FDC36F;
}
</style>
background-color css
<style>
a { background-color: #FDC36F; }
a { background-color: rgb(253,195,111); }
div.DivClassName
{
background-color: #FDC36F;
}
.BgClassName
{
background-color: #FDC36F;
}
</style>
border-color css
<style>
span { border-color: #FDC36F; }
span { border-color: rgb(253,195,111); }
td.TdClassName
{
border-color: #FDC36F;
}
.TagClassName
{
border-color: #FDC36F;
}
</style>