Shades of Chardonnay #FFC685
Tints of Chardonnay #FFC685
RGB
CMYK
RGB Variations
Color information
#FFC685 (or 0xFFC685) is known color: Chardonnay. HEX triplet: FF, C6 and 85. RGB value is (255,198,133). Sum of RGB (Red+Green+Blue) = 255+198+133=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC685 is #00397A. Grayscale: #CFCFCF. Windows color (decimal): -14715 or 8767231. OLE color: 8767231.
HSL color Cylindrical-coordinate representation of color #FFC685: hue angle of 31.97º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFC685 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 133 | - |
| CMYK | 0 | 0.22 | 0.48 | 0 |
| HSL | 31.97º | 1% | 0.76% | - |
| HSV(B) | 31.97º | 0.48% | 1% | - |
| XYZ | 65.67 | 63.34 | 30.96 | - |
| YUV | 207.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 133 | 0 | 0.22 | 0.48 | 0 | 31.97 | 1 | 0.76 |
| Hex | FF | C6 | 85 | 0 | 16 | 30 | 0 | 20 | 64 | 4C |
| Octal | 377 | 306 | 205 | 0 | 26 | 60 | 0 | 40 | 144 | 114 |
| Binary | 11111111 | 11000110 | 10000101 | 0 | 10110 | 110000 | 0 | 100000 | 1100100 | 1001100 |
Color Harmonies of #FFC685
Complementary color
Monochromatic Colors of #FFC685
Black with #FFC685
Text Example
Text Example
White with #FFC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC685; }
p { color: rgb(255,198,133); }
H1.HeaderClassName
{
color: #FFC685;
}
.AnyTagClassName
{
color: #FFC685;
}
</style>
background-color css
<style>
a { background-color: #FFC685; }
a { background-color: rgb(255,198,133); }
div.DivClassName
{
background-color: #FFC685;
}
.BgClassName
{
background-color: #FFC685;
}
</style>
border-color css
<style>
span { border-color: #FFC685; }
span { border-color: rgb(255,198,133); }
td.TdClassName
{
border-color: #FFC685;
}
.TagClassName
{
border-color: #FFC685;
}
</style>