Shades of Chardonnay #FDC77C
Tints of Chardonnay #FDC77C
RGB
CMYK
RGB Variations
Color information
#FDC77C (or 0xFDC77C) is known color: Chardonnay. HEX triplet: FD, C7 and 7C. RGB value is (253,199,124). Sum of RGB (Red+Green+Blue) = 253+199+124=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC77C is #023883. Grayscale: #CECECE. Windows color (decimal): -145540 or 8177661. OLE color: 8177661.
HSL color Cylindrical-coordinate representation of color #FDC77C: hue angle of 34.88º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDC77C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 124 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.01 |
| HSL | 34.88º | 0.97% | 0.74% | - |
| HSV(B) | 34.88º | 0.51% | 0.99% | - |
| XYZ | 64.57 | 63.18 | 27.86 | - |
| YUV | 206.6 | 81.39 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 124 | 0 | 0.21 | 0.51 | 0.01 | 34.88 | 0.97 | 0.74 |
| Hex | FD | C7 | 7C | 0 | 15 | 33 | 1 | 23 | 61 | 4A |
| Octal | 375 | 307 | 174 | 0 | 25 | 63 | 1 | 43 | 141 | 112 |
| Binary | 11111101 | 11000111 | 1111100 | 0 | 10101 | 110011 | 1 | 100011 | 1100001 | 1001010 |
Color Harmonies of #FDC77C
Complementary color
Monochromatic Colors of #FDC77C
Black with #FDC77C
Text Example
Text Example
White with #FDC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC77C; }
p { color: rgb(253,199,124); }
H1.HeaderClassName
{
color: #FDC77C;
}
.AnyTagClassName
{
color: #FDC77C;
}
</style>
background-color css
<style>
a { background-color: #FDC77C; }
a { background-color: rgb(253,199,124); }
div.DivClassName
{
background-color: #FDC77C;
}
.BgClassName
{
background-color: #FDC77C;
}
</style>
border-color css
<style>
span { border-color: #FDC77C; }
span { border-color: rgb(253,199,124); }
td.TdClassName
{
border-color: #FDC77C;
}
.TagClassName
{
border-color: #FDC77C;
}
</style>