Shades of Chardonnay #FDC672
Tints of Chardonnay #FDC672
RGB
CMYK
RGB Variations
Color information
#FDC672 (or 0xFDC672) is known color: Chardonnay. HEX triplet: FD, C6 and 72. RGB value is (253,198,114). Sum of RGB (Red+Green+Blue) = 253+198+114=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC672 is #02398D. Grayscale: #CDCDCD. Windows color (decimal): -145806 or 7522045. OLE color: 7522045.
HSL color Cylindrical-coordinate representation of color #FDC672: hue angle of 36.26º 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 #FDC672 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 114 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.01 |
| HSL | 36.26º | 0.97% | 0.72% | - |
| HSV(B) | 36.26º | 0.55% | 0.99% | - |
| XYZ | 63.74 | 62.49 | 24.62 | - |
| YUV | 204.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 114 | 0 | 0.22 | 0.55 | 0.01 | 36.26 | 0.97 | 0.72 |
| Hex | FD | C6 | 72 | 0 | 16 | 37 | 1 | 24 | 61 | 48 |
| Octal | 375 | 306 | 162 | 0 | 26 | 67 | 1 | 44 | 141 | 110 |
| Binary | 11111101 | 11000110 | 1110010 | 0 | 10110 | 110111 | 1 | 100100 | 1100001 | 1001000 |
Color Harmonies of #FDC672
Complementary color
Monochromatic Colors of #FDC672
Black with #FDC672
Text Example
Text Example
White with #FDC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC672; }
p { color: rgb(253,198,114); }
H1.HeaderClassName
{
color: #FDC672;
}
.AnyTagClassName
{
color: #FDC672;
}
</style>
background-color css
<style>
a { background-color: #FDC672; }
a { background-color: rgb(253,198,114); }
div.DivClassName
{
background-color: #FDC672;
}
.BgClassName
{
background-color: #FDC672;
}
</style>
border-color css
<style>
span { border-color: #FDC672; }
span { border-color: rgb(253,198,114); }
td.TdClassName
{
border-color: #FDC672;
}
.TagClassName
{
border-color: #FDC672;
}
</style>