Shades of Chardonnay #FDC578
Tints of Chardonnay #FDC578
RGB
CMYK
RGB Variations
Color information
#FDC578 (or 0xFDC578) is known color: Chardonnay. HEX triplet: FD, C5 and 78. RGB value is (253,197,120). Sum of RGB (Red+Green+Blue) = 253+197+120=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC578 is #023A87. Grayscale: #CDCDCD. Windows color (decimal): -146056 or 7915005. OLE color: 7915005.
HSL color Cylindrical-coordinate representation of color #FDC578: hue angle of 34.74º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDC578 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 120 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.01 |
| HSL | 34.74º | 0.97% | 0.73% | - |
| HSV(B) | 34.74º | 0.53% | 0.99% | - |
| XYZ | 63.86 | 62.17 | 26.4 | - |
| YUV | 204.97 | 80.05 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 120 | 0 | 0.22 | 0.53 | 0.01 | 34.74 | 0.97 | 0.73 |
| Hex | FD | C5 | 78 | 0 | 16 | 35 | 1 | 23 | 61 | 49 |
| Octal | 375 | 305 | 170 | 0 | 26 | 65 | 1 | 43 | 141 | 111 |
| Binary | 11111101 | 11000101 | 1111000 | 0 | 10110 | 110101 | 1 | 100011 | 1100001 | 1001001 |
Color Harmonies of #FDC578
Complementary color
Monochromatic Colors of #FDC578
Black with #FDC578
Text Example
Text Example
White with #FDC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC578; }
p { color: rgb(253,197,120); }
H1.HeaderClassName
{
color: #FDC578;
}
.AnyTagClassName
{
color: #FDC578;
}
</style>
background-color css
<style>
a { background-color: #FDC578; }
a { background-color: rgb(253,197,120); }
div.DivClassName
{
background-color: #FDC578;
}
.BgClassName
{
background-color: #FDC578;
}
</style>
border-color css
<style>
span { border-color: #FDC578; }
span { border-color: rgb(253,197,120); }
td.TdClassName
{
border-color: #FDC578;
}
.TagClassName
{
border-color: #FDC578;
}
</style>