Shades of Chardonnay #FFC582
Tints of Chardonnay #FFC582
RGB
CMYK
RGB Variations
Color information
#FFC582 (or 0xFFC582) is known color: Chardonnay. HEX triplet: FF, C5 and 82. RGB value is (255,197,130). Sum of RGB (Red+Green+Blue) = 255+197+130=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC582 is #003A7D. Grayscale: #CFCFCF. Windows color (decimal): -14974 or 8570367. OLE color: 8570367.
HSL color Cylindrical-coordinate representation of color #FFC582: hue angle of 32.16º 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 #FFC582 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 130 | - |
| CMYK | 0 | 0.23 | 0.49 | 0 |
| HSL | 32.16º | 1% | 0.75% | - |
| HSV(B) | 32.16º | 0.49% | 1% | - |
| XYZ | 65.24 | 62.8 | 29.8 | - |
| YUV | 206.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 130 | 0 | 0.23 | 0.49 | 0 | 32.16 | 1 | 0.75 |
| Hex | FF | C5 | 82 | 0 | 17 | 31 | 0 | 20 | 64 | 4B |
| Octal | 377 | 305 | 202 | 0 | 27 | 61 | 0 | 40 | 144 | 113 |
| Binary | 11111111 | 11000101 | 10000010 | 0 | 10111 | 110001 | 0 | 100000 | 1100100 | 1001011 |
Color Harmonies of #FFC582
Complementary color
Monochromatic Colors of #FFC582
Black with #FFC582
Text Example
Text Example
White with #FFC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC582; }
p { color: rgb(255,197,130); }
H1.HeaderClassName
{
color: #FFC582;
}
.AnyTagClassName
{
color: #FFC582;
}
</style>
background-color css
<style>
a { background-color: #FFC582; }
a { background-color: rgb(255,197,130); }
div.DivClassName
{
background-color: #FFC582;
}
.BgClassName
{
background-color: #FFC582;
}
</style>
border-color css
<style>
span { border-color: #FFC582; }
span { border-color: rgb(255,197,130); }
td.TdClassName
{
border-color: #FFC582;
}
.TagClassName
{
border-color: #FFC582;
}
</style>