Shades of Chardonnay #FDC078
Tints of Chardonnay #FDC078
RGB
CMYK
RGB Variations
Color information
#FDC078 (or 0xFDC078) is known color: Chardonnay. HEX triplet: FD, C0 and 78. RGB value is (253,192,120). Sum of RGB (Red+Green+Blue) = 253+192+120=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC078 is #023F87. Grayscale: #CACACA. Windows color (decimal): -147336 or 7913725. OLE color: 7913725.
HSL color Cylindrical-coordinate representation of color #FDC078: hue angle of 32.48º 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 #FDC078 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 120 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.01 |
| HSL | 32.48º | 0.97% | 0.73% | - |
| HSV(B) | 32.48º | 0.53% | 0.99% | - |
| XYZ | 62.75 | 59.94 | 26.03 | - |
| YUV | 202.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 120 | 0 | 0.24 | 0.53 | 0.01 | 32.48 | 0.97 | 0.73 |
| Hex | FD | C0 | 78 | 0 | 18 | 35 | 1 | 20 | 61 | 49 |
| Octal | 375 | 300 | 170 | 0 | 30 | 65 | 1 | 40 | 141 | 111 |
| Binary | 11111101 | 11000000 | 1111000 | 0 | 11000 | 110101 | 1 | 100000 | 1100001 | 1001001 |
Color Harmonies of #FDC078
Complementary color
Monochromatic Colors of #FDC078
Black with #FDC078
Text Example
Text Example
White with #FDC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC078; }
p { color: rgb(253,192,120); }
H1.HeaderClassName
{
color: #FDC078;
}
.AnyTagClassName
{
color: #FDC078;
}
</style>
background-color css
<style>
a { background-color: #FDC078; }
a { background-color: rgb(253,192,120); }
div.DivClassName
{
background-color: #FDC078;
}
.BgClassName
{
background-color: #FDC078;
}
</style>
border-color css
<style>
span { border-color: #FDC078; }
span { border-color: rgb(253,192,120); }
td.TdClassName
{
border-color: #FDC078;
}
.TagClassName
{
border-color: #FDC078;
}
</style>