Shades of Chardonnay #FFC16B
Tints of Chardonnay #FFC16B
RGB
CMYK
RGB Variations
Color information
#FFC16B (or 0xFFC16B) is known color: Chardonnay. HEX triplet: FF, C1 and 6B. RGB value is (255,193,107). Sum of RGB (Red+Green+Blue) = 255+193+107=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC16B is #003E94. Grayscale: #CACACA. Windows color (decimal): -16021 or 7062015. OLE color: 7062015.
HSL color Cylindrical-coordinate representation of color #FFC16B: hue angle of 34.86º 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 #FFC16B is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 107 | - |
| CMYK | 0 | 0.24 | 0.58 | 0 |
| HSL | 34.86º | 1% | 0.71% | - |
| HSV(B) | 34.86º | 0.58% | 1% | - |
| XYZ | 62.96 | 60.46 | 22.26 | - |
| YUV | 201.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 107 | 0 | 0.24 | 0.58 | 0 | 34.86 | 1 | 0.71 |
| Hex | FF | C1 | 6B | 0 | 18 | 3A | 0 | 23 | 64 | 47 |
| Octal | 377 | 301 | 153 | 0 | 30 | 72 | 0 | 43 | 144 | 107 |
| Binary | 11111111 | 11000001 | 1101011 | 0 | 11000 | 111010 | 0 | 100011 | 1100100 | 1000111 |
Color Harmonies of #FFC16B
Complementary color
Monochromatic Colors of #FFC16B
Black with #FFC16B
Text Example
Text Example
White with #FFC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC16B; }
p { color: rgb(255,193,107); }
H1.HeaderClassName
{
color: #FFC16B;
}
.AnyTagClassName
{
color: #FFC16B;
}
</style>
background-color css
<style>
a { background-color: #FFC16B; }
a { background-color: rgb(255,193,107); }
div.DivClassName
{
background-color: #FFC16B;
}
.BgClassName
{
background-color: #FFC16B;
}
</style>
border-color css
<style>
span { border-color: #FFC16B; }
span { border-color: rgb(255,193,107); }
td.TdClassName
{
border-color: #FFC16B;
}
.TagClassName
{
border-color: #FFC16B;
}
</style>