Shades of Chardonnay #FFC980
Tints of Chardonnay #FFC980
RGB
CMYK
RGB Variations
Color information
#FFC980 (or 0xFFC980) is known color: Chardonnay. HEX triplet: FF, C9 and 80. RGB value is (255,201,128). Sum of RGB (Red+Green+Blue) = 255+201+128=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC980 is #00367F. Grayscale: #D1D1D1. Windows color (decimal): -13952 or 8440319. OLE color: 8440319.
HSL color Cylindrical-coordinate representation of color #FFC980: hue angle of 34.49º 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 #FFC980 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 128 | - |
| CMYK | 0 | 0.21 | 0.50 | 0 |
| HSL | 34.49º | 1% | 0.75% | - |
| HSV(B) | 34.49º | 0.5% | 1% | - |
| XYZ | 66.02 | 64.59 | 29.41 | - |
| YUV | 208.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 128 | 0 | 0.21 | 0.50 | 0 | 34.49 | 1 | 0.75 |
| Hex | FF | C9 | 80 | 0 | 15 | 32 | 0 | 22 | 64 | 4B |
| Octal | 377 | 311 | 200 | 0 | 25 | 62 | 0 | 42 | 144 | 113 |
| Binary | 11111111 | 11001001 | 10000000 | 0 | 10101 | 110010 | 0 | 100010 | 1100100 | 1001011 |
Color Harmonies of #FFC980
Complementary color
Monochromatic Colors of #FFC980
Black with #FFC980
Text Example
Text Example
White with #FFC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC980; }
p { color: rgb(255,201,128); }
H1.HeaderClassName
{
color: #FFC980;
}
.AnyTagClassName
{
color: #FFC980;
}
</style>
background-color css
<style>
a { background-color: #FFC980; }
a { background-color: rgb(255,201,128); }
div.DivClassName
{
background-color: #FFC980;
}
.BgClassName
{
background-color: #FFC980;
}
</style>
border-color css
<style>
span { border-color: #FFC980; }
span { border-color: rgb(255,201,128); }
td.TdClassName
{
border-color: #FFC980;
}
.TagClassName
{
border-color: #FFC980;
}
</style>