Shades of Chardonnay #FFC885
Tints of Chardonnay #FFC885
RGB
CMYK
RGB Variations
Color information
#FFC885 (or 0xFFC885) is known color: Chardonnay. HEX triplet: FF, C8 and 85. RGB value is (255,200,133). Sum of RGB (Red+Green+Blue) = 255+200+133=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC885 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC885 is #00377A. Grayscale: #D1D1D1. Windows color (decimal): -14203 or 8767743. OLE color: 8767743.
HSL color Cylindrical-coordinate representation of color #FFC885: hue angle of 32.95º 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 #FFC885 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 133 | - |
| CMYK | 0 | 0.22 | 0.48 | 0 |
| HSL | 32.95º | 1% | 0.76% | - |
| HSV(B) | 32.95º | 0.48% | 1% | - |
| XYZ | 66.13 | 64.26 | 31.11 | - |
| YUV | 208.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 133 | 0 | 0.22 | 0.48 | 0 | 32.95 | 1 | 0.76 |
| Hex | FF | C8 | 85 | 0 | 16 | 30 | 0 | 21 | 64 | 4C |
| Octal | 377 | 310 | 205 | 0 | 26 | 60 | 0 | 41 | 144 | 114 |
| Binary | 11111111 | 11001000 | 10000101 | 0 | 10110 | 110000 | 0 | 100001 | 1100100 | 1001100 |
Color Harmonies of #FFC885
Complementary color
Monochromatic Colors of #FFC885
Black with #FFC885
Text Example
Text Example
White with #FFC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC885; }
p { color: rgb(255,200,133); }
H1.HeaderClassName
{
color: #FFC885;
}
.AnyTagClassName
{
color: #FFC885;
}
</style>
background-color css
<style>
a { background-color: #FFC885; }
a { background-color: rgb(255,200,133); }
div.DivClassName
{
background-color: #FFC885;
}
.BgClassName
{
background-color: #FFC885;
}
</style>
border-color css
<style>
span { border-color: #FFC885; }
span { border-color: rgb(255,200,133); }
td.TdClassName
{
border-color: #FFC885;
}
.TagClassName
{
border-color: #FFC885;
}
</style>