Shades of Chardonnay #FFC97F
Tints of Chardonnay #FFC97F
RGB
CMYK
RGB Variations
Color information
#FFC97F (or 0xFFC97F) is known color: Chardonnay. HEX triplet: FF, C9 and 7F. RGB value is (255,201,127). Sum of RGB (Red+Green+Blue) = 255+201+127=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC97F is #003680. Grayscale: #D1D1D1. Windows color (decimal): -13953 or 8374783. OLE color: 8374783.
HSL color Cylindrical-coordinate representation of color #FFC97F: hue angle of 34.69º 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 #FFC97F is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 127 | - |
| CMYK | 0 | 0.21 | 0.50 | 0 |
| HSL | 34.69º | 1% | 0.75% | - |
| HSV(B) | 34.69º | 0.5% | 1% | - |
| XYZ | 65.96 | 64.57 | 29.06 | - |
| YUV | 208.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 127 | 0 | 0.21 | 0.50 | 0 | 34.69 | 1 | 0.75 |
| Hex | FF | C9 | 7F | 0 | 15 | 32 | 0 | 23 | 64 | 4B |
| Octal | 377 | 311 | 177 | 0 | 25 | 62 | 0 | 43 | 144 | 113 |
| Binary | 11111111 | 11001001 | 1111111 | 0 | 10101 | 110010 | 0 | 100011 | 1100100 | 1001011 |
Color Harmonies of #FFC97F
Complementary color
Monochromatic Colors of #FFC97F
Black with #FFC97F
Text Example
Text Example
White with #FFC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC97F; }
p { color: rgb(255,201,127); }
H1.HeaderClassName
{
color: #FFC97F;
}
.AnyTagClassName
{
color: #FFC97F;
}
</style>
background-color css
<style>
a { background-color: #FFC97F; }
a { background-color: rgb(255,201,127); }
div.DivClassName
{
background-color: #FFC97F;
}
.BgClassName
{
background-color: #FFC97F;
}
</style>
border-color css
<style>
span { border-color: #FFC97F; }
span { border-color: rgb(255,201,127); }
td.TdClassName
{
border-color: #FFC97F;
}
.TagClassName
{
border-color: #FFC97F;
}
</style>