Shades of Chardonnay #FDC16C
Tints of Chardonnay #FDC16C
RGB
CMYK
RGB Variations
Color information
#FDC16C (or 0xFDC16C) is known color: Chardonnay. HEX triplet: FD, C1 and 6C. RGB value is (253,193,108). Sum of RGB (Red+Green+Blue) = 253+193+108=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC16C is #023E93. Grayscale: #C9C9C9. Windows color (decimal): -147092 or 7127549. OLE color: 7127549.
HSL color Cylindrical-coordinate representation of color #FDC16C: hue angle of 35.17º 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 #FDC16C is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 108 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.01 |
| HSL | 35.17º | 0.97% | 0.71% | - |
| HSV(B) | 35.17º | 0.57% | 0.99% | - |
| XYZ | 62.28 | 60.11 | 22.51 | - |
| YUV | 201.25 | 75.38 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 108 | 0 | 0.24 | 0.57 | 0.01 | 35.17 | 0.97 | 0.71 |
| Hex | FD | C1 | 6C | 0 | 18 | 39 | 1 | 23 | 61 | 47 |
| Octal | 375 | 301 | 154 | 0 | 30 | 71 | 1 | 43 | 141 | 107 |
| Binary | 11111101 | 11000001 | 1101100 | 0 | 11000 | 111001 | 1 | 100011 | 1100001 | 1000111 |
Color Harmonies of #FDC16C
Complementary color
Monochromatic Colors of #FDC16C
Black with #FDC16C
Text Example
Text Example
White with #FDC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC16C; }
p { color: rgb(253,193,108); }
H1.HeaderClassName
{
color: #FDC16C;
}
.AnyTagClassName
{
color: #FDC16C;
}
</style>
background-color css
<style>
a { background-color: #FDC16C; }
a { background-color: rgb(253,193,108); }
div.DivClassName
{
background-color: #FDC16C;
}
.BgClassName
{
background-color: #FDC16C;
}
</style>
border-color css
<style>
span { border-color: #FDC16C; }
span { border-color: rgb(253,193,108); }
td.TdClassName
{
border-color: #FDC16C;
}
.TagClassName
{
border-color: #FDC16C;
}
</style>