Shades of Chardonnay #FFC976
Tints of Chardonnay #FFC976
RGB
CMYK
RGB Variations
Color information
#FFC976 (or 0xFFC976) is known color: Chardonnay. HEX triplet: FF, C9 and 76. RGB value is (255,201,118). Sum of RGB (Red+Green+Blue) = 255+201+118=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC976 is #003689. Grayscale: #D0D0D0. Windows color (decimal): -13962 or 7784959. OLE color: 7784959.
HSL color Cylindrical-coordinate representation of color #FFC976: hue angle of 36.35º 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 #FFC976 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 118 | - |
| CMYK | 0 | 0.21 | 0.54 | 0 |
| HSL | 36.35º | 1% | 0.73% | - |
| HSV(B) | 36.35º | 0.54% | 1% | - |
| XYZ | 65.4 | 64.34 | 26.11 | - |
| YUV | 207.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 118 | 0 | 0.21 | 0.54 | 0 | 36.35 | 1 | 0.73 |
| Hex | FF | C9 | 76 | 0 | 15 | 36 | 0 | 24 | 64 | 49 |
| Octal | 377 | 311 | 166 | 0 | 25 | 66 | 0 | 44 | 144 | 111 |
| Binary | 11111111 | 11001001 | 1110110 | 0 | 10101 | 110110 | 0 | 100100 | 1100100 | 1001001 |
Color Harmonies of #FFC976
Complementary color
Monochromatic Colors of #FFC976
Black with #FFC976
Text Example
Text Example
White with #FFC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC976; }
p { color: rgb(255,201,118); }
H1.HeaderClassName
{
color: #FFC976;
}
.AnyTagClassName
{
color: #FFC976;
}
</style>
background-color css
<style>
a { background-color: #FFC976; }
a { background-color: rgb(255,201,118); }
div.DivClassName
{
background-color: #FFC976;
}
.BgClassName
{
background-color: #FFC976;
}
</style>
border-color css
<style>
span { border-color: #FFC976; }
span { border-color: rgb(255,201,118); }
td.TdClassName
{
border-color: #FFC976;
}
.TagClassName
{
border-color: #FFC976;
}
</style>