Shades of Chardonnay #FFC16C
Tints of Chardonnay #FFC16C
RGB
CMYK
RGB Variations
Color information
#FFC16C (or 0xFFC16C) is known color: Chardonnay. HEX triplet: FF, C1 and 6C. RGB value is (255,193,108). Sum of RGB (Red+Green+Blue) = 255+193+108=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC16C is #003E93. Grayscale: #CACACA. Windows color (decimal): -16020 or 7127551. OLE color: 7127551.
HSL color Cylindrical-coordinate representation of color #FFC16C: hue angle of 34.69º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFC16C is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 108 | - |
| CMYK | 0 | 0.24 | 0.58 | 0 |
| HSL | 34.69º | 1% | 0.71% | - |
| HSV(B) | 34.69º | 0.58% | 1% | - |
| XYZ | 63.02 | 60.48 | 22.54 | - |
| YUV | 201.85 | 75.04 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 108 | 0 | 0.24 | 0.58 | 0 | 34.69 | 1 | 0.71 |
| Hex | FF | C1 | 6C | 0 | 18 | 3A | 0 | 23 | 64 | 47 |
| Octal | 377 | 301 | 154 | 0 | 30 | 72 | 0 | 43 | 144 | 107 |
| Binary | 11111111 | 11000001 | 1101100 | 0 | 11000 | 111010 | 0 | 100011 | 1100100 | 1000111 |
Color Harmonies of #FFC16C
Complementary color
Monochromatic Colors of #FFC16C
Black with #FFC16C
Text Example
Text Example
White with #FFC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC16C; }
p { color: rgb(255,193,108); }
H1.HeaderClassName
{
color: #FFC16C;
}
.AnyTagClassName
{
color: #FFC16C;
}
</style>
background-color css
<style>
a { background-color: #FFC16C; }
a { background-color: rgb(255,193,108); }
div.DivClassName
{
background-color: #FFC16C;
}
.BgClassName
{
background-color: #FFC16C;
}
</style>
border-color css
<style>
span { border-color: #FFC16C; }
span { border-color: rgb(255,193,108); }
td.TdClassName
{
border-color: #FFC16C;
}
.TagClassName
{
border-color: #FFC16C;
}
</style>