Shades of Chardonnay #FFC87E
Tints of Chardonnay #FFC87E
RGB
CMYK
RGB Variations
Color information
#FFC87E (or 0xFFC87E) is known color: Chardonnay. HEX triplet: FF, C8 and 7E. RGB value is (255,200,126). Sum of RGB (Red+Green+Blue) = 255+200+126=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC87E is #003781. Grayscale: #D0D0D0. Windows color (decimal): -14210 or 8308991. OLE color: 8308991.
HSL color Cylindrical-coordinate representation of color #FFC87E: hue angle of 34.42º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFC87E is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 126 | - |
| CMYK | 0 | 0.22 | 0.51 | 0 |
| HSL | 34.42º | 1% | 0.75% | - |
| HSV(B) | 34.42º | 0.51% | 1% | - |
| XYZ | 65.66 | 64.07 | 28.65 | - |
| YUV | 208.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 126 | 0 | 0.22 | 0.51 | 0 | 34.42 | 1 | 0.75 |
| Hex | FF | C8 | 7E | 0 | 16 | 33 | 0 | 22 | 64 | 4B |
| Octal | 377 | 310 | 176 | 0 | 26 | 63 | 0 | 42 | 144 | 113 |
| Binary | 11111111 | 11001000 | 1111110 | 0 | 10110 | 110011 | 0 | 100010 | 1100100 | 1001011 |
Color Harmonies of #FFC87E
Complementary color
Monochromatic Colors of #FFC87E
Black with #FFC87E
Text Example
Text Example
White with #FFC87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC87E; }
p { color: rgb(255,200,126); }
H1.HeaderClassName
{
color: #FFC87E;
}
.AnyTagClassName
{
color: #FFC87E;
}
</style>
background-color css
<style>
a { background-color: #FFC87E; }
a { background-color: rgb(255,200,126); }
div.DivClassName
{
background-color: #FFC87E;
}
.BgClassName
{
background-color: #FFC87E;
}
</style>
border-color css
<style>
span { border-color: #FFC87E; }
span { border-color: rgb(255,200,126); }
td.TdClassName
{
border-color: #FFC87E;
}
.TagClassName
{
border-color: #FFC87E;
}
</style>