Shades of Chardonnay #FFC776
Tints of Chardonnay #FFC776
RGB
CMYK
RGB Variations
Color information
#FFC776 (or 0xFFC776) is known color: Chardonnay. HEX triplet: FF, C7 and 76. RGB value is (255,199,118). Sum of RGB (Red+Green+Blue) = 255+199+118=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC776 is #003889. Grayscale: #CECECE. Windows color (decimal): -14474 or 7784447. OLE color: 7784447.
HSL color Cylindrical-coordinate representation of color #FFC776: hue angle of 35.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFC776 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 118 | - |
| CMYK | 0 | 0.22 | 0.54 | 0 |
| HSL | 35.47º | 1% | 0.73% | - |
| HSV(B) | 35.47º | 0.54% | 1% | - |
| XYZ | 64.93 | 63.41 | 25.96 | - |
| YUV | 206.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 118 | 0 | 0.22 | 0.54 | 0 | 35.47 | 1 | 0.73 |
| Hex | FF | C7 | 76 | 0 | 16 | 36 | 0 | 23 | 64 | 49 |
| Octal | 377 | 307 | 166 | 0 | 26 | 66 | 0 | 43 | 144 | 111 |
| Binary | 11111111 | 11000111 | 1110110 | 0 | 10110 | 110110 | 0 | 100011 | 1100100 | 1001001 |
Color Harmonies of #FFC776
Complementary color
Monochromatic Colors of #FFC776
Black with #FFC776
Text Example
Text Example
White with #FFC776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC776; }
p { color: rgb(255,199,118); }
H1.HeaderClassName
{
color: #FFC776;
}
.AnyTagClassName
{
color: #FFC776;
}
</style>
background-color css
<style>
a { background-color: #FFC776; }
a { background-color: rgb(255,199,118); }
div.DivClassName
{
background-color: #FFC776;
}
.BgClassName
{
background-color: #FFC776;
}
</style>
border-color css
<style>
span { border-color: #FFC776; }
span { border-color: rgb(255,199,118); }
td.TdClassName
{
border-color: #FFC776;
}
.TagClassName
{
border-color: #FFC776;
}
</style>