Shades of Chardonnay #FDC576
Tints of Chardonnay #FDC576
RGB
CMYK
RGB Variations
Color information
#FDC576 (or 0xFDC576) is known color: Chardonnay. HEX triplet: FD, C5 and 76. RGB value is (253,197,118). Sum of RGB (Red+Green+Blue) = 253+197+118=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC576 is #023A89. Grayscale: #CDCDCD. Windows color (decimal): -146058 or 7783933. OLE color: 7783933.
HSL color Cylindrical-coordinate representation of color #FDC576: hue angle of 35.11º 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 #FDC576 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 118 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.01 |
| HSL | 35.11º | 0.97% | 0.73% | - |
| HSV(B) | 35.11º | 0.53% | 0.99% | - |
| XYZ | 63.74 | 62.12 | 25.77 | - |
| YUV | 204.74 | 79.05 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 118 | 0 | 0.22 | 0.53 | 0.01 | 35.11 | 0.97 | 0.73 |
| Hex | FD | C5 | 76 | 0 | 16 | 35 | 1 | 23 | 61 | 49 |
| Octal | 375 | 305 | 166 | 0 | 26 | 65 | 1 | 43 | 141 | 111 |
| Binary | 11111101 | 11000101 | 1110110 | 0 | 10110 | 110101 | 1 | 100011 | 1100001 | 1001001 |
Color Harmonies of #FDC576
Complementary color
Monochromatic Colors of #FDC576
Black with #FDC576
Text Example
Text Example
White with #FDC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC576; }
p { color: rgb(253,197,118); }
H1.HeaderClassName
{
color: #FDC576;
}
.AnyTagClassName
{
color: #FDC576;
}
</style>
background-color css
<style>
a { background-color: #FDC576; }
a { background-color: rgb(253,197,118); }
div.DivClassName
{
background-color: #FDC576;
}
.BgClassName
{
background-color: #FDC576;
}
</style>
border-color css
<style>
span { border-color: #FDC576; }
span { border-color: rgb(253,197,118); }
td.TdClassName
{
border-color: #FDC576;
}
.TagClassName
{
border-color: #FDC576;
}
</style>