Shades of Chardonnay #FDC778
Tints of Chardonnay #FDC778
RGB
CMYK
RGB Variations
Color information
#FDC778 (or 0xFDC778) is known color: Chardonnay. HEX triplet: FD, C7 and 78. RGB value is (253,199,120). Sum of RGB (Red+Green+Blue) = 253+199+120=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC778 is #023887. Grayscale: #CECECE. Windows color (decimal): -145544 or 7915517. OLE color: 7915517.
HSL color Cylindrical-coordinate representation of color #FDC778: hue angle of 35.64º 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 #FDC778 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 120 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.01 |
| HSL | 35.64º | 0.97% | 0.73% | - |
| HSV(B) | 35.64º | 0.53% | 0.99% | - |
| XYZ | 64.32 | 63.09 | 26.56 | - |
| YUV | 206.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 120 | 0 | 0.21 | 0.53 | 0.01 | 35.64 | 0.97 | 0.73 |
| Hex | FD | C7 | 78 | 0 | 15 | 35 | 1 | 24 | 61 | 49 |
| Octal | 375 | 307 | 170 | 0 | 25 | 65 | 1 | 44 | 141 | 111 |
| Binary | 11111101 | 11000111 | 1111000 | 0 | 10101 | 110101 | 1 | 100100 | 1100001 | 1001001 |
Color Harmonies of #FDC778
Complementary color
Monochromatic Colors of #FDC778
Black with #FDC778
Text Example
Text Example
White with #FDC778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC778; }
p { color: rgb(253,199,120); }
H1.HeaderClassName
{
color: #FDC778;
}
.AnyTagClassName
{
color: #FDC778;
}
</style>
background-color css
<style>
a { background-color: #FDC778; }
a { background-color: rgb(253,199,120); }
div.DivClassName
{
background-color: #FDC778;
}
.BgClassName
{
background-color: #FDC778;
}
</style>
border-color css
<style>
span { border-color: #FDC778; }
span { border-color: rgb(253,199,120); }
td.TdClassName
{
border-color: #FDC778;
}
.TagClassName
{
border-color: #FDC778;
}
</style>