Shades of Chardonnay #FFC588
Tints of Chardonnay #FFC588
RGB
CMYK
RGB Variations
Color information
#FFC588 (or 0xFFC588) is known color: Chardonnay. HEX triplet: FF, C5 and 88. RGB value is (255,197,136). Sum of RGB (Red+Green+Blue) = 255+197+136=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC588 is #003A77. Grayscale: #CFCFCF. Windows color (decimal): -14968 or 8963583. OLE color: 8963583.
HSL color Cylindrical-coordinate representation of color #FFC588: hue angle of 30.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFC588 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 136 | - |
| CMYK | 0 | 0.23 | 0.47 | 0 |
| HSL | 30.76º | 1% | 0.77% | - |
| HSV(B) | 30.76º | 0.47% | 1% | - |
| XYZ | 65.65 | 62.97 | 31.99 | - |
| YUV | 207.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 136 | 0 | 0.23 | 0.47 | 0 | 30.76 | 1 | 0.77 |
| Hex | FF | C5 | 88 | 0 | 17 | 2F | 0 | 1F | 64 | 4D |
| Octal | 377 | 305 | 210 | 0 | 27 | 57 | 0 | 37 | 144 | 115 |
| Binary | 11111111 | 11000101 | 10001000 | 0 | 10111 | 101111 | 0 | 11111 | 1100100 | 1001101 |
Color Harmonies of #FFC588
Complementary color
Monochromatic Colors of #FFC588
Black with #FFC588
Text Example
Text Example
White with #FFC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC588; }
p { color: rgb(255,197,136); }
H1.HeaderClassName
{
color: #FFC588;
}
.AnyTagClassName
{
color: #FFC588;
}
</style>
background-color css
<style>
a { background-color: #FFC588; }
a { background-color: rgb(255,197,136); }
div.DivClassName
{
background-color: #FFC588;
}
.BgClassName
{
background-color: #FFC588;
}
</style>
border-color css
<style>
span { border-color: #FFC588; }
span { border-color: rgb(255,197,136); }
td.TdClassName
{
border-color: #FFC588;
}
.TagClassName
{
border-color: #FFC588;
}
</style>