Shades of Chardonnay #FFC785
Tints of Chardonnay #FFC785
RGB
CMYK
RGB Variations
Color information
#FFC785 (or 0xFFC785) is known color: Chardonnay. HEX triplet: FF, C7 and 85. RGB value is (255,199,133). Sum of RGB (Red+Green+Blue) = 255+199+133=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC785 is #00387A. Grayscale: #D0D0D0. Windows color (decimal): -14459 or 8767487. OLE color: 8767487.
HSL color Cylindrical-coordinate representation of color #FFC785: hue angle of 32.46º 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 #FFC785 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 133 | - |
| CMYK | 0 | 0.22 | 0.48 | 0 |
| HSL | 32.46º | 1% | 0.76% | - |
| HSV(B) | 32.46º | 0.48% | 1% | - |
| XYZ | 65.9 | 63.8 | 31.03 | - |
| YUV | 208.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 133 | 0 | 0.22 | 0.48 | 0 | 32.46 | 1 | 0.76 |
| Hex | FF | C7 | 85 | 0 | 16 | 30 | 0 | 20 | 64 | 4C |
| Octal | 377 | 307 | 205 | 0 | 26 | 60 | 0 | 40 | 144 | 114 |
| Binary | 11111111 | 11000111 | 10000101 | 0 | 10110 | 110000 | 0 | 100000 | 1100100 | 1001100 |
Color Harmonies of #FFC785
Complementary color
Monochromatic Colors of #FFC785
Black with #FFC785
Text Example
Text Example
White with #FFC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC785; }
p { color: rgb(255,199,133); }
H1.HeaderClassName
{
color: #FFC785;
}
.AnyTagClassName
{
color: #FFC785;
}
</style>
background-color css
<style>
a { background-color: #FFC785; }
a { background-color: rgb(255,199,133); }
div.DivClassName
{
background-color: #FFC785;
}
.BgClassName
{
background-color: #FFC785;
}
</style>
border-color css
<style>
span { border-color: #FFC785; }
span { border-color: rgb(255,199,133); }
td.TdClassName
{
border-color: #FFC785;
}
.TagClassName
{
border-color: #FFC785;
}
</style>