Shades of Chardonnay #FFC16F
Tints of Chardonnay #FFC16F
RGB
CMYK
RGB Variations
Color information
#FFC16F (or 0xFFC16F) is known color: Chardonnay. HEX triplet: FF, C1 and 6F. RGB value is (255,193,111). Sum of RGB (Red+Green+Blue) = 255+193+111=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC16F is #003E90. Grayscale: #CACACA. Windows color (decimal): -16017 or 7324159. OLE color: 7324159.
HSL color Cylindrical-coordinate representation of color #FFC16F: hue angle of 34.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFC16F is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 111 | - |
| CMYK | 0 | 0.24 | 0.56 | 0 |
| HSL | 34.17º | 1% | 0.72% | - |
| HSV(B) | 34.17º | 0.56% | 1% | - |
| XYZ | 63.18 | 60.55 | 23.4 | - |
| YUV | 202.19 | 76.54 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 111 | 0 | 0.24 | 0.56 | 0 | 34.17 | 1 | 0.72 |
| Hex | FF | C1 | 6F | 0 | 18 | 38 | 0 | 22 | 64 | 48 |
| Octal | 377 | 301 | 157 | 0 | 30 | 70 | 0 | 42 | 144 | 110 |
| Binary | 11111111 | 11000001 | 1101111 | 0 | 11000 | 111000 | 0 | 100010 | 1100100 | 1001000 |
Color Harmonies of #FFC16F
Complementary color
Monochromatic Colors of #FFC16F
Black with #FFC16F
Text Example
Text Example
White with #FFC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC16F; }
p { color: rgb(255,193,111); }
H1.HeaderClassName
{
color: #FFC16F;
}
.AnyTagClassName
{
color: #FFC16F;
}
</style>
background-color css
<style>
a { background-color: #FFC16F; }
a { background-color: rgb(255,193,111); }
div.DivClassName
{
background-color: #FFC16F;
}
.BgClassName
{
background-color: #FFC16F;
}
</style>
border-color css
<style>
span { border-color: #FFC16F; }
span { border-color: rgb(255,193,111); }
td.TdClassName
{
border-color: #FFC16F;
}
.TagClassName
{
border-color: #FFC16F;
}
</style>