Shades of Chardonnay #FDC571
Tints of Chardonnay #FDC571
RGB
CMYK
RGB Variations
Color information
#FDC571 (or 0xFDC571) is known color: Chardonnay. HEX triplet: FD, C5 and 71. RGB value is (253,197,113). Sum of RGB (Red+Green+Blue) = 253+197+113=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC571 is #023A8E. Grayscale: #CCCCCC. Windows color (decimal): -146063 or 7456253. OLE color: 7456253.
HSL color Cylindrical-coordinate representation of color #FDC571: hue angle of 36º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDC571 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 113 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.01 |
| HSL | 36º | 0.97% | 0.72% | - |
| HSV(B) | 36º | 0.55% | 0.99% | - |
| XYZ | 63.45 | 62.01 | 24.25 | - |
| YUV | 204.17 | 76.55 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 113 | 0 | 0.22 | 0.55 | 0.01 | 36 | 0.97 | 0.72 |
| Hex | FD | C5 | 71 | 0 | 16 | 37 | 1 | 24 | 61 | 48 |
| Octal | 375 | 305 | 161 | 0 | 26 | 67 | 1 | 44 | 141 | 110 |
| Binary | 11111101 | 11000101 | 1110001 | 0 | 10110 | 110111 | 1 | 100100 | 1100001 | 1001000 |
Color Harmonies of #FDC571
Complementary color
Monochromatic Colors of #FDC571
Black with #FDC571
Text Example
Text Example
White with #FDC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC571; }
p { color: rgb(253,197,113); }
H1.HeaderClassName
{
color: #FDC571;
}
.AnyTagClassName
{
color: #FDC571;
}
</style>
background-color css
<style>
a { background-color: #FDC571; }
a { background-color: rgb(253,197,113); }
div.DivClassName
{
background-color: #FDC571;
}
.BgClassName
{
background-color: #FDC571;
}
</style>
border-color css
<style>
span { border-color: #FDC571; }
span { border-color: rgb(253,197,113); }
td.TdClassName
{
border-color: #FDC571;
}
.TagClassName
{
border-color: #FDC571;
}
</style>