Shades of Chardonnay #FFC16E
Tints of Chardonnay #FFC16E
RGB
CMYK
RGB Variations
Color information
#FFC16E (or 0xFFC16E) is known color: Chardonnay. HEX triplet: FF, C1 and 6E. RGB value is (255,193,110). Sum of RGB (Red+Green+Blue) = 255+193+110=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC16E is #003E91. Grayscale: #CACACA. Windows color (decimal): -16018 or 7258623. OLE color: 7258623.
HSL color Cylindrical-coordinate representation of color #FFC16E: hue angle of 34.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFC16E is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 110 | - |
| CMYK | 0 | 0.24 | 0.57 | 0 |
| HSL | 34.34º | 1% | 0.72% | - |
| HSV(B) | 34.34º | 0.57% | 1% | - |
| XYZ | 63.12 | 60.53 | 23.11 | - |
| YUV | 202.08 | 76.04 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 110 | 0 | 0.24 | 0.57 | 0 | 34.34 | 1 | 0.72 |
| Hex | FF | C1 | 6E | 0 | 18 | 39 | 0 | 22 | 64 | 48 |
| Octal | 377 | 301 | 156 | 0 | 30 | 71 | 0 | 42 | 144 | 110 |
| Binary | 11111111 | 11000001 | 1101110 | 0 | 11000 | 111001 | 0 | 100010 | 1100100 | 1001000 |
Color Harmonies of #FFC16E
Complementary color
Monochromatic Colors of #FFC16E
Black with #FFC16E
Text Example
Text Example
White with #FFC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC16E; }
p { color: rgb(255,193,110); }
H1.HeaderClassName
{
color: #FFC16E;
}
.AnyTagClassName
{
color: #FFC16E;
}
</style>
background-color css
<style>
a { background-color: #FFC16E; }
a { background-color: rgb(255,193,110); }
div.DivClassName
{
background-color: #FFC16E;
}
.BgClassName
{
background-color: #FFC16E;
}
</style>
border-color css
<style>
span { border-color: #FFC16E; }
span { border-color: rgb(255,193,110); }
td.TdClassName
{
border-color: #FFC16E;
}
.TagClassName
{
border-color: #FFC16E;
}
</style>