Shades of Chardonnay #FDC077
Tints of Chardonnay #FDC077
RGB
CMYK
RGB Variations
Color information
#FDC077 (or 0xFDC077) is known color: Chardonnay. HEX triplet: FD, C0 and 77. RGB value is (253,192,119). Sum of RGB (Red+Green+Blue) = 253+192+119=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC077 is #023F88. Grayscale: #CACACA. Windows color (decimal): -147337 or 7848189. OLE color: 7848189.
HSL color Cylindrical-coordinate representation of color #FDC077: hue angle of 32.69º 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 #FDC077 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 119 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.01 |
| HSL | 32.69º | 0.97% | 0.73% | - |
| HSV(B) | 32.69º | 0.53% | 0.99% | - |
| XYZ | 62.69 | 59.91 | 25.71 | - |
| YUV | 201.92 | 81.21 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 119 | 0 | 0.24 | 0.53 | 0.01 | 32.69 | 0.97 | 0.73 |
| Hex | FD | C0 | 77 | 0 | 18 | 35 | 1 | 21 | 61 | 49 |
| Octal | 375 | 300 | 167 | 0 | 30 | 65 | 1 | 41 | 141 | 111 |
| Binary | 11111101 | 11000000 | 1110111 | 0 | 11000 | 110101 | 1 | 100001 | 1100001 | 1001001 |
Color Harmonies of #FDC077
Complementary color
Monochromatic Colors of #FDC077
Black with #FDC077
Text Example
Text Example
White with #FDC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC077; }
p { color: rgb(253,192,119); }
H1.HeaderClassName
{
color: #FDC077;
}
.AnyTagClassName
{
color: #FDC077;
}
</style>
background-color css
<style>
a { background-color: #FDC077; }
a { background-color: rgb(253,192,119); }
div.DivClassName
{
background-color: #FDC077;
}
.BgClassName
{
background-color: #FDC077;
}
</style>
border-color css
<style>
span { border-color: #FDC077; }
span { border-color: rgb(253,192,119); }
td.TdClassName
{
border-color: #FDC077;
}
.TagClassName
{
border-color: #FDC077;
}
</style>