Shades of Chardonnay #FDC178
Tints of Chardonnay #FDC178
RGB
CMYK
RGB Variations
Color information
#FDC178 (or 0xFDC178) is known color: Chardonnay. HEX triplet: FD, C1 and 78. RGB value is (253,193,120). Sum of RGB (Red+Green+Blue) = 253+193+120=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC178 is #023E87. Grayscale: #CACACA. Windows color (decimal): -147080 or 7913981. OLE color: 7913981.
HSL color Cylindrical-coordinate representation of color #FDC178: hue angle of 32.93º 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 #FDC178 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 120 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.01 |
| HSL | 32.93º | 0.97% | 0.73% | - |
| HSV(B) | 32.93º | 0.53% | 0.99% | - |
| XYZ | 62.97 | 60.38 | 26.1 | - |
| YUV | 202.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 120 | 0 | 0.24 | 0.53 | 0.01 | 32.93 | 0.97 | 0.73 |
| Hex | FD | C1 | 78 | 0 | 18 | 35 | 1 | 21 | 61 | 49 |
| Octal | 375 | 301 | 170 | 0 | 30 | 65 | 1 | 41 | 141 | 111 |
| Binary | 11111101 | 11000001 | 1111000 | 0 | 11000 | 110101 | 1 | 100001 | 1100001 | 1001001 |
Color Harmonies of #FDC178
Complementary color
Monochromatic Colors of #FDC178
Black with #FDC178
Text Example
Text Example
White with #FDC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC178; }
p { color: rgb(253,193,120); }
H1.HeaderClassName
{
color: #FDC178;
}
.AnyTagClassName
{
color: #FDC178;
}
</style>
background-color css
<style>
a { background-color: #FDC178; }
a { background-color: rgb(253,193,120); }
div.DivClassName
{
background-color: #FDC178;
}
.BgClassName
{
background-color: #FDC178;
}
</style>
border-color css
<style>
span { border-color: #FDC178; }
span { border-color: rgb(253,193,120); }
td.TdClassName
{
border-color: #FDC178;
}
.TagClassName
{
border-color: #FDC178;
}
</style>