Shades of Chardonnay #FFC97D
Tints of Chardonnay #FFC97D
RGB
CMYK
RGB Variations
Color information
#FFC97D (or 0xFFC97D) is known color: Chardonnay. HEX triplet: FF, C9 and 7D. RGB value is (255,201,125). Sum of RGB (Red+Green+Blue) = 255+201+125=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC97D is #003682. Grayscale: #D0D0D0. Windows color (decimal): -13955 or 8243711. OLE color: 8243711.
HSL color Cylindrical-coordinate representation of color #FFC97D: hue angle of 35.08º 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 #FFC97D is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 125 | - |
| CMYK | 0 | 0.21 | 0.51 | 0 |
| HSL | 35.08º | 1% | 0.75% | - |
| HSV(B) | 35.08º | 0.51% | 1% | - |
| XYZ | 65.83 | 64.51 | 28.38 | - |
| YUV | 208.48 | 80.89 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 125 | 0 | 0.21 | 0.51 | 0 | 35.08 | 1 | 0.75 |
| Hex | FF | C9 | 7D | 0 | 15 | 33 | 0 | 23 | 64 | 4B |
| Octal | 377 | 311 | 175 | 0 | 25 | 63 | 0 | 43 | 144 | 113 |
| Binary | 11111111 | 11001001 | 1111101 | 0 | 10101 | 110011 | 0 | 100011 | 1100100 | 1001011 |
Color Harmonies of #FFC97D
Complementary color
Monochromatic Colors of #FFC97D
Black with #FFC97D
Text Example
Text Example
White with #FFC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC97D; }
p { color: rgb(255,201,125); }
H1.HeaderClassName
{
color: #FFC97D;
}
.AnyTagClassName
{
color: #FFC97D;
}
</style>
background-color css
<style>
a { background-color: #FFC97D; }
a { background-color: rgb(255,201,125); }
div.DivClassName
{
background-color: #FFC97D;
}
.BgClassName
{
background-color: #FFC97D;
}
</style>
border-color css
<style>
span { border-color: #FFC97D; }
span { border-color: rgb(255,201,125); }
td.TdClassName
{
border-color: #FFC97D;
}
.TagClassName
{
border-color: #FFC97D;
}
</style>