Shades of Chardonnay #FDC67E
Tints of Chardonnay #FDC67E
RGB
CMYK
RGB Variations
Color information
#FDC67E (or 0xFDC67E) is known color: Chardonnay. HEX triplet: FD, C6 and 7E. RGB value is (253,198,126). Sum of RGB (Red+Green+Blue) = 253+198+126=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC67E is #023981. Grayscale: #CECECE. Windows color (decimal): -145794 or 8308477. OLE color: 8308477.
HSL color Cylindrical-coordinate representation of color #FDC67E: hue angle of 34.02º 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 #FDC67E is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 126 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.01 |
| HSL | 34.02º | 0.97% | 0.74% | - |
| HSV(B) | 34.02º | 0.5% | 0.99% | - |
| XYZ | 64.47 | 62.78 | 28.46 | - |
| YUV | 206.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 126 | 0 | 0.22 | 0.50 | 0.01 | 34.02 | 0.97 | 0.74 |
| Hex | FD | C6 | 7E | 0 | 16 | 32 | 1 | 22 | 61 | 4A |
| Octal | 375 | 306 | 176 | 0 | 26 | 62 | 1 | 42 | 141 | 112 |
| Binary | 11111101 | 11000110 | 1111110 | 0 | 10110 | 110010 | 1 | 100010 | 1100001 | 1001010 |
Color Harmonies of #FDC67E
Complementary color
Monochromatic Colors of #FDC67E
Black with #FDC67E
Text Example
Text Example
White with #FDC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC67E; }
p { color: rgb(253,198,126); }
H1.HeaderClassName
{
color: #FDC67E;
}
.AnyTagClassName
{
color: #FDC67E;
}
</style>
background-color css
<style>
a { background-color: #FDC67E; }
a { background-color: rgb(253,198,126); }
div.DivClassName
{
background-color: #FDC67E;
}
.BgClassName
{
background-color: #FDC67E;
}
</style>
border-color css
<style>
span { border-color: #FDC67E; }
span { border-color: rgb(253,198,126); }
td.TdClassName
{
border-color: #FDC67E;
}
.TagClassName
{
border-color: #FDC67E;
}
</style>