Shades of Chardonnay #FDC776
Tints of Chardonnay #FDC776
RGB
CMYK
RGB Variations
Color information
#FDC776 (or 0xFDC776) is known color: Chardonnay. HEX triplet: FD, C7 and 76. RGB value is (253,199,118). Sum of RGB (Red+Green+Blue) = 253+199+118=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC776 is #023889. Grayscale: #CECECE. Windows color (decimal): -145546 or 7784445. OLE color: 7784445.
HSL color Cylindrical-coordinate representation of color #FDC776: hue angle of 36º 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 #FDC776 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 118 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.01 |
| HSL | 36º | 0.97% | 0.73% | - |
| HSV(B) | 36º | 0.53% | 0.99% | - |
| XYZ | 64.2 | 63.04 | 25.92 | - |
| YUV | 205.91 | 78.39 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 118 | 0 | 0.21 | 0.53 | 0.01 | 36 | 0.97 | 0.73 |
| Hex | FD | C7 | 76 | 0 | 15 | 35 | 1 | 24 | 61 | 49 |
| Octal | 375 | 307 | 166 | 0 | 25 | 65 | 1 | 44 | 141 | 111 |
| Binary | 11111101 | 11000111 | 1110110 | 0 | 10101 | 110101 | 1 | 100100 | 1100001 | 1001001 |
Color Harmonies of #FDC776
Complementary color
Monochromatic Colors of #FDC776
Black with #FDC776
Text Example
Text Example
White with #FDC776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC776; }
p { color: rgb(253,199,118); }
H1.HeaderClassName
{
color: #FDC776;
}
.AnyTagClassName
{
color: #FDC776;
}
</style>
background-color css
<style>
a { background-color: #FDC776; }
a { background-color: rgb(253,199,118); }
div.DivClassName
{
background-color: #FDC776;
}
.BgClassName
{
background-color: #FDC776;
}
</style>
border-color css
<style>
span { border-color: #FDC776; }
span { border-color: rgb(253,199,118); }
td.TdClassName
{
border-color: #FDC776;
}
.TagClassName
{
border-color: #FDC776;
}
</style>