Shades of Chardonnay #FDC67F
Tints of Chardonnay #FDC67F
RGB
CMYK
RGB Variations
Color information
#FDC67F (or 0xFDC67F) is known color: Chardonnay. HEX triplet: FD, C6 and 7F. RGB value is (253,198,127). Sum of RGB (Red+Green+Blue) = 253+198+127=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC67F is #023980. Grayscale: #CECECE. Windows color (decimal): -145793 or 8374013. OLE color: 8374013.
HSL color Cylindrical-coordinate representation of color #FDC67F: hue angle of 33.81º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDC67F is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 127 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.01 |
| HSL | 33.81º | 0.97% | 0.75% | - |
| HSV(B) | 33.81º | 0.5% | 0.99% | - |
| XYZ | 64.53 | 62.8 | 28.8 | - |
| YUV | 206.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 127 | 0 | 0.22 | 0.50 | 0.01 | 33.81 | 0.97 | 0.75 |
| Hex | FD | C6 | 7F | 0 | 16 | 32 | 1 | 22 | 61 | 4B |
| Octal | 375 | 306 | 177 | 0 | 26 | 62 | 1 | 42 | 141 | 113 |
| Binary | 11111101 | 11000110 | 1111111 | 0 | 10110 | 110010 | 1 | 100010 | 1100001 | 1001011 |
Color Harmonies of #FDC67F
Complementary color
Monochromatic Colors of #FDC67F
Black with #FDC67F
Text Example
Text Example
White with #FDC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC67F; }
p { color: rgb(253,198,127); }
H1.HeaderClassName
{
color: #FDC67F;
}
.AnyTagClassName
{
color: #FDC67F;
}
</style>
background-color css
<style>
a { background-color: #FDC67F; }
a { background-color: rgb(253,198,127); }
div.DivClassName
{
background-color: #FDC67F;
}
.BgClassName
{
background-color: #FDC67F;
}
</style>
border-color css
<style>
span { border-color: #FDC67F; }
span { border-color: rgb(253,198,127); }
td.TdClassName
{
border-color: #FDC67F;
}
.TagClassName
{
border-color: #FDC67F;
}
</style>