Shades of Chardonnay #FFC982
Tints of Chardonnay #FFC982
RGB
CMYK
RGB Variations
Color information
#FFC982 (or 0xFFC982) is known color: Chardonnay. HEX triplet: FF, C9 and 82. RGB value is (255,201,130). Sum of RGB (Red+Green+Blue) = 255+201+130=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC982 is #00367D. Grayscale: #D1D1D1. Windows color (decimal): -13950 or 8571391. OLE color: 8571391.
HSL color Cylindrical-coordinate representation of color #FFC982: hue angle of 34.08º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFC982 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 130 | - |
| CMYK | 0 | 0.21 | 0.49 | 0 |
| HSL | 34.08º | 1% | 0.75% | - |
| HSV(B) | 34.08º | 0.49% | 1% | - |
| XYZ | 66.16 | 64.64 | 30.11 | - |
| YUV | 209.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 130 | 0 | 0.21 | 0.49 | 0 | 34.08 | 1 | 0.75 |
| Hex | FF | C9 | 82 | 0 | 15 | 31 | 0 | 22 | 64 | 4B |
| Octal | 377 | 311 | 202 | 0 | 25 | 61 | 0 | 42 | 144 | 113 |
| Binary | 11111111 | 11001001 | 10000010 | 0 | 10101 | 110001 | 0 | 100010 | 1100100 | 1001011 |
Color Harmonies of #FFC982
Complementary color
Monochromatic Colors of #FFC982
Black with #FFC982
Text Example
Text Example
White with #FFC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC982; }
p { color: rgb(255,201,130); }
H1.HeaderClassName
{
color: #FFC982;
}
.AnyTagClassName
{
color: #FFC982;
}
</style>
background-color css
<style>
a { background-color: #FFC982; }
a { background-color: rgb(255,201,130); }
div.DivClassName
{
background-color: #FFC982;
}
.BgClassName
{
background-color: #FFC982;
}
</style>
border-color css
<style>
span { border-color: #FFC982; }
span { border-color: rgb(255,201,130); }
td.TdClassName
{
border-color: #FFC982;
}
.TagClassName
{
border-color: #FFC982;
}
</style>