Shades of Chardonnay #FDC77E
Tints of Chardonnay #FDC77E
RGB
CMYK
RGB Variations
Color information
#FDC77E (or 0xFDC77E) is known color: Chardonnay. HEX triplet: FD, C7 and 7E. RGB value is (253,199,126). Sum of RGB (Red+Green+Blue) = 253+199+126=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC77E is #023881. Grayscale: #CFCFCF. Windows color (decimal): -145538 or 8308733. OLE color: 8308733.
HSL color Cylindrical-coordinate representation of color #FDC77E: hue angle of 34.49º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDC77E is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 126 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.01 |
| HSL | 34.49º | 0.97% | 0.74% | - |
| HSV(B) | 34.49º | 0.5% | 0.99% | - |
| XYZ | 64.7 | 63.24 | 28.53 | - |
| YUV | 206.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 126 | 0 | 0.21 | 0.50 | 0.01 | 34.49 | 0.97 | 0.74 |
| Hex | FD | C7 | 7E | 0 | 15 | 32 | 1 | 22 | 61 | 4A |
| Octal | 375 | 307 | 176 | 0 | 25 | 62 | 1 | 42 | 141 | 112 |
| Binary | 11111101 | 11000111 | 1111110 | 0 | 10101 | 110010 | 1 | 100010 | 1100001 | 1001010 |
Color Harmonies of #FDC77E
Complementary color
Monochromatic Colors of #FDC77E
Black with #FDC77E
Text Example
Text Example
White with #FDC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC77E; }
p { color: rgb(253,199,126); }
H1.HeaderClassName
{
color: #FDC77E;
}
.AnyTagClassName
{
color: #FDC77E;
}
</style>
background-color css
<style>
a { background-color: #FDC77E; }
a { background-color: rgb(253,199,126); }
div.DivClassName
{
background-color: #FDC77E;
}
.BgClassName
{
background-color: #FDC77E;
}
</style>
border-color css
<style>
span { border-color: #FDC77E; }
span { border-color: rgb(253,199,126); }
td.TdClassName
{
border-color: #FDC77E;
}
.TagClassName
{
border-color: #FDC77E;
}
</style>