Shades of Chardonnay #F9C97D
Tints of Chardonnay #F9C97D
RGB
CMYK
RGB Variations
Color information
#F9C97D (or 0xF9C97D) is known color: Chardonnay. HEX triplet: F9, C9 and 7D. RGB value is (249,201,125). Sum of RGB (Red+Green+Blue) = 249+201+125=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C97D is #063682. Grayscale: #CFCFCF. Windows color (decimal): -407171 or 8243705. OLE color: 8243705.
HSL color Cylindrical-coordinate representation of color #F9C97D: hue angle of 36.77º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9C97D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 125 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.02 |
| HSL | 36.77º | 0.91% | 0.73% | - |
| HSV(B) | 36.77º | 0.5% | 0.98% | - |
| XYZ | 63.66 | 63.39 | 28.28 | - |
| YUV | 206.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 125 | 0 | 0.19 | 0.50 | 0.02 | 36.77 | 0.91 | 0.73 |
| Hex | F9 | C9 | 7D | 0 | 13 | 32 | 2 | 25 | 5B | 49 |
| Octal | 371 | 311 | 175 | 0 | 23 | 62 | 2 | 45 | 133 | 111 |
| Binary | 11111001 | 11001001 | 1111101 | 0 | 10011 | 110010 | 10 | 100101 | 1011011 | 1001001 |
Color Harmonies of #F9C97D
Complementary color
Monochromatic Colors of #F9C97D
Black with #F9C97D
Text Example
Text Example
White with #F9C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C97D; }
p { color: rgb(249,201,125); }
H1.HeaderClassName
{
color: #F9C97D;
}
.AnyTagClassName
{
color: #F9C97D;
}
</style>
background-color css
<style>
a { background-color: #F9C97D; }
a { background-color: rgb(249,201,125); }
div.DivClassName
{
background-color: #F9C97D;
}
.BgClassName
{
background-color: #F9C97D;
}
</style>
border-color css
<style>
span { border-color: #F9C97D; }
span { border-color: rgb(249,201,125); }
td.TdClassName
{
border-color: #F9C97D;
}
.TagClassName
{
border-color: #F9C97D;
}
</style>