Shades of Chardonnay #FFC87F
Tints of Chardonnay #FFC87F
RGB
CMYK
RGB Variations
Color information
#FFC87F (or 0xFFC87F) is known color: Chardonnay. HEX triplet: FF, C8 and 7F. RGB value is (255,200,127). Sum of RGB (Red+Green+Blue) = 255+200+127=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC87F is #003780. Grayscale: #D0D0D0. Windows color (decimal): -14209 or 8374527. OLE color: 8374527.
HSL color Cylindrical-coordinate representation of color #FFC87F: hue angle of 34.22º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFC87F is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 127 | - |
| CMYK | 0 | 0.22 | 0.50 | 0 |
| HSL | 34.22º | 1% | 0.75% | - |
| HSV(B) | 34.22º | 0.5% | 1% | - |
| XYZ | 65.73 | 64.1 | 28.99 | - |
| YUV | 208.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 127 | 0 | 0.22 | 0.50 | 0 | 34.22 | 1 | 0.75 |
| Hex | FF | C8 | 7F | 0 | 16 | 32 | 0 | 22 | 64 | 4B |
| Octal | 377 | 310 | 177 | 0 | 26 | 62 | 0 | 42 | 144 | 113 |
| Binary | 11111111 | 11001000 | 1111111 | 0 | 10110 | 110010 | 0 | 100010 | 1100100 | 1001011 |
Color Harmonies of #FFC87F
Complementary color
Monochromatic Colors of #FFC87F
Black with #FFC87F
Text Example
Text Example
White with #FFC87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC87F; }
p { color: rgb(255,200,127); }
H1.HeaderClassName
{
color: #FFC87F;
}
.AnyTagClassName
{
color: #FFC87F;
}
</style>
background-color css
<style>
a { background-color: #FFC87F; }
a { background-color: rgb(255,200,127); }
div.DivClassName
{
background-color: #FFC87F;
}
.BgClassName
{
background-color: #FFC87F;
}
</style>
border-color css
<style>
span { border-color: #FFC87F; }
span { border-color: rgb(255,200,127); }
td.TdClassName
{
border-color: #FFC87F;
}
.TagClassName
{
border-color: #FFC87F;
}
</style>