Shades of Chardonnay #FFC279
Tints of Chardonnay #FFC279
RGB
CMYK
RGB Variations
Color information
#FFC279 (or 0xFFC279) is known color: Chardonnay. HEX triplet: FF, C2 and 79. RGB value is (255,194,121). Sum of RGB (Red+Green+Blue) = 255+194+121=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC279 is #003D86. Grayscale: #CCCCCC. Windows color (decimal): -15751 or 7979775. OLE color: 7979775.
HSL color Cylindrical-coordinate representation of color #FFC279: hue angle of 32.69º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFC279 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 121 | - |
| CMYK | 0 | 0.24 | 0.53 | 0 |
| HSL | 32.69º | 1% | 0.74% | - |
| HSV(B) | 32.69º | 0.53% | 1% | - |
| XYZ | 63.98 | 61.22 | 26.53 | - |
| YUV | 203.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 121 | 0 | 0.24 | 0.53 | 0 | 32.69 | 1 | 0.74 |
| Hex | FF | C2 | 79 | 0 | 18 | 35 | 0 | 21 | 64 | 4A |
| Octal | 377 | 302 | 171 | 0 | 30 | 65 | 0 | 41 | 144 | 112 |
| Binary | 11111111 | 11000010 | 1111001 | 0 | 11000 | 110101 | 0 | 100001 | 1100100 | 1001010 |
Color Harmonies of #FFC279
Complementary color
Monochromatic Colors of #FFC279
Black with #FFC279
Text Example
Text Example
White with #FFC279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC279; }
p { color: rgb(255,194,121); }
H1.HeaderClassName
{
color: #FFC279;
}
.AnyTagClassName
{
color: #FFC279;
}
</style>
background-color css
<style>
a { background-color: #FFC279; }
a { background-color: rgb(255,194,121); }
div.DivClassName
{
background-color: #FFC279;
}
.BgClassName
{
background-color: #FFC279;
}
</style>
border-color css
<style>
span { border-color: #FFC279; }
span { border-color: rgb(255,194,121); }
td.TdClassName
{
border-color: #FFC279;
}
.TagClassName
{
border-color: #FFC279;
}
</style>