Shades of Chardonnay #FFC882
Tints of Chardonnay #FFC882
RGB
CMYK
RGB Variations
Color information
#FFC882 (or 0xFFC882) is known color: Chardonnay. HEX triplet: FF, C8 and 82. RGB value is (255,200,130). Sum of RGB (Red+Green+Blue) = 255+200+130=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC882 is #00377D. Grayscale: #D0D0D0. Windows color (decimal): -14206 or 8571135. OLE color: 8571135.
HSL color Cylindrical-coordinate representation of color #FFC882: hue angle of 33.6º 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 #FFC882 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 130 | - |
| CMYK | 0 | 0.22 | 0.49 | 0 |
| HSL | 33.6º | 1% | 0.75% | - |
| HSV(B) | 33.6º | 0.49% | 1% | - |
| XYZ | 65.92 | 64.18 | 30.03 | - |
| YUV | 208.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 130 | 0 | 0.22 | 0.49 | 0 | 33.6 | 1 | 0.75 |
| Hex | FF | C8 | 82 | 0 | 16 | 31 | 0 | 22 | 64 | 4B |
| Octal | 377 | 310 | 202 | 0 | 26 | 61 | 0 | 42 | 144 | 113 |
| Binary | 11111111 | 11001000 | 10000010 | 0 | 10110 | 110001 | 0 | 100010 | 1100100 | 1001011 |
Color Harmonies of #FFC882
Complementary color
Monochromatic Colors of #FFC882
Black with #FFC882
Text Example
Text Example
White with #FFC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC882; }
p { color: rgb(255,200,130); }
H1.HeaderClassName
{
color: #FFC882;
}
.AnyTagClassName
{
color: #FFC882;
}
</style>
background-color css
<style>
a { background-color: #FFC882; }
a { background-color: rgb(255,200,130); }
div.DivClassName
{
background-color: #FFC882;
}
.BgClassName
{
background-color: #FFC882;
}
</style>
border-color css
<style>
span { border-color: #FFC882; }
span { border-color: rgb(255,200,130); }
td.TdClassName
{
border-color: #FFC882;
}
.TagClassName
{
border-color: #FFC882;
}
</style>