Shades of Chardonnay #FDC16E
Tints of Chardonnay #FDC16E
RGB
CMYK
RGB Variations
Color information
#FDC16E (or 0xFDC16E) is known color: Chardonnay. HEX triplet: FD, C1 and 6E. RGB value is (253,193,110). Sum of RGB (Red+Green+Blue) = 253+193+110=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC16E is #023E91. Grayscale: #C9C9C9. Windows color (decimal): -147090 or 7258621. OLE color: 7258621.
HSL color Cylindrical-coordinate representation of color #FDC16E: hue angle of 34.83º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDC16E is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 110 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.01 |
| HSL | 34.83º | 0.97% | 0.71% | - |
| HSV(B) | 34.83º | 0.57% | 0.99% | - |
| XYZ | 62.39 | 60.15 | 23.07 | - |
| YUV | 201.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 110 | 0 | 0.24 | 0.57 | 0.01 | 34.83 | 0.97 | 0.71 |
| Hex | FD | C1 | 6E | 0 | 18 | 39 | 1 | 23 | 61 | 47 |
| Octal | 375 | 301 | 156 | 0 | 30 | 71 | 1 | 43 | 141 | 107 |
| Binary | 11111101 | 11000001 | 1101110 | 0 | 11000 | 111001 | 1 | 100011 | 1100001 | 1000111 |
Color Harmonies of #FDC16E
Complementary color
Monochromatic Colors of #FDC16E
Black with #FDC16E
Text Example
Text Example
White with #FDC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC16E; }
p { color: rgb(253,193,110); }
H1.HeaderClassName
{
color: #FDC16E;
}
.AnyTagClassName
{
color: #FDC16E;
}
</style>
background-color css
<style>
a { background-color: #FDC16E; }
a { background-color: rgb(253,193,110); }
div.DivClassName
{
background-color: #FDC16E;
}
.BgClassName
{
background-color: #FDC16E;
}
</style>
border-color css
<style>
span { border-color: #FDC16E; }
span { border-color: rgb(253,193,110); }
td.TdClassName
{
border-color: #FDC16E;
}
.TagClassName
{
border-color: #FDC16E;
}
</style>