Shades of Chardonnay #FFC876
Tints of Chardonnay #FFC876
RGB
CMYK
RGB Variations
Color information
#FFC876 (or 0xFFC876) is known color: Chardonnay. HEX triplet: FF, C8 and 76. RGB value is (255,200,118). Sum of RGB (Red+Green+Blue) = 255+200+118=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC876 is #003789. Grayscale: #CFCFCF. Windows color (decimal): -14218 or 7784703. OLE color: 7784703.
HSL color Cylindrical-coordinate representation of color #FFC876: hue angle of 35.91º 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 #FFC876 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 118 | - |
| CMYK | 0 | 0.22 | 0.54 | 0 |
| HSL | 35.91º | 1% | 0.73% | - |
| HSV(B) | 35.91º | 0.54% | 1% | - |
| XYZ | 65.16 | 63.88 | 26.03 | - |
| YUV | 207.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 118 | 0 | 0.22 | 0.54 | 0 | 35.91 | 1 | 0.73 |
| Hex | FF | C8 | 76 | 0 | 16 | 36 | 0 | 24 | 64 | 49 |
| Octal | 377 | 310 | 166 | 0 | 26 | 66 | 0 | 44 | 144 | 111 |
| Binary | 11111111 | 11001000 | 1110110 | 0 | 10110 | 110110 | 0 | 100100 | 1100100 | 1001001 |
Color Harmonies of #FFC876
Complementary color
Monochromatic Colors of #FFC876
Black with #FFC876
Text Example
Text Example
White with #FFC876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC876; }
p { color: rgb(255,200,118); }
H1.HeaderClassName
{
color: #FFC876;
}
.AnyTagClassName
{
color: #FFC876;
}
</style>
background-color css
<style>
a { background-color: #FFC876; }
a { background-color: rgb(255,200,118); }
div.DivClassName
{
background-color: #FFC876;
}
.BgClassName
{
background-color: #FFC876;
}
</style>
border-color css
<style>
span { border-color: #FFC876; }
span { border-color: rgb(255,200,118); }
td.TdClassName
{
border-color: #FFC876;
}
.TagClassName
{
border-color: #FFC876;
}
</style>