Shades of Chardonnay #FFC586
Tints of Chardonnay #FFC586
RGB
CMYK
RGB Variations
Color information
#FFC586 (or 0xFFC586) is known color: Chardonnay. HEX triplet: FF, C5 and 86. RGB value is (255,197,134). Sum of RGB (Red+Green+Blue) = 255+197+134=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC586 is #003A79. Grayscale: #CFCFCF. Windows color (decimal): -14970 or 8832511. OLE color: 8832511.
HSL color Cylindrical-coordinate representation of color #FFC586: hue angle of 31.24º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFC586 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 134 | - |
| CMYK | 0 | 0.23 | 0.47 | 0 |
| HSL | 31.24º | 1% | 0.76% | - |
| HSV(B) | 31.24º | 0.47% | 1% | - |
| XYZ | 65.51 | 62.91 | 31.25 | - |
| YUV | 207.16 | 86.72 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 134 | 0 | 0.23 | 0.47 | 0 | 31.24 | 1 | 0.76 |
| Hex | FF | C5 | 86 | 0 | 17 | 2F | 0 | 1F | 64 | 4C |
| Octal | 377 | 305 | 206 | 0 | 27 | 57 | 0 | 37 | 144 | 114 |
| Binary | 11111111 | 11000101 | 10000110 | 0 | 10111 | 101111 | 0 | 11111 | 1100100 | 1001100 |
Color Harmonies of #FFC586
Complementary color
Monochromatic Colors of #FFC586
Black with #FFC586
Text Example
Text Example
White with #FFC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC586; }
p { color: rgb(255,197,134); }
H1.HeaderClassName
{
color: #FFC586;
}
.AnyTagClassName
{
color: #FFC586;
}
</style>
background-color css
<style>
a { background-color: #FFC586; }
a { background-color: rgb(255,197,134); }
div.DivClassName
{
background-color: #FFC586;
}
.BgClassName
{
background-color: #FFC586;
}
</style>
border-color css
<style>
span { border-color: #FFC586; }
span { border-color: rgb(255,197,134); }
td.TdClassName
{
border-color: #FFC586;
}
.TagClassName
{
border-color: #FFC586;
}
</style>