Shades of Chardonnay #FDC372
Tints of Chardonnay #FDC372
RGB
CMYK
RGB Variations
Color information
#FDC372 (or 0xFDC372) is known color: Chardonnay. HEX triplet: FD, C3 and 72. RGB value is (253,195,114). Sum of RGB (Red+Green+Blue) = 253+195+114=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC372 is #023C8D. Grayscale: #CBCBCB. Windows color (decimal): -146574 or 7521277. OLE color: 7521277.
HSL color Cylindrical-coordinate representation of color #FDC372: hue angle of 34.96º 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 #FDC372 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 114 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.01 |
| HSL | 34.96º | 0.97% | 0.72% | - |
| HSV(B) | 34.96º | 0.55% | 0.99% | - |
| XYZ | 63.06 | 61.13 | 24.39 | - |
| YUV | 203.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 114 | 0 | 0.23 | 0.55 | 0.01 | 34.96 | 0.97 | 0.72 |
| Hex | FD | C3 | 72 | 0 | 17 | 37 | 1 | 23 | 61 | 48 |
| Octal | 375 | 303 | 162 | 0 | 27 | 67 | 1 | 43 | 141 | 110 |
| Binary | 11111101 | 11000011 | 1110010 | 0 | 10111 | 110111 | 1 | 100011 | 1100001 | 1001000 |
Color Harmonies of #FDC372
Complementary color
Monochromatic Colors of #FDC372
Black with #FDC372
Text Example
Text Example
White with #FDC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC372; }
p { color: rgb(253,195,114); }
H1.HeaderClassName
{
color: #FDC372;
}
.AnyTagClassName
{
color: #FDC372;
}
</style>
background-color css
<style>
a { background-color: #FDC372; }
a { background-color: rgb(253,195,114); }
div.DivClassName
{
background-color: #FDC372;
}
.BgClassName
{
background-color: #FDC372;
}
</style>
border-color css
<style>
span { border-color: #FDC372; }
span { border-color: rgb(253,195,114); }
td.TdClassName
{
border-color: #FDC372;
}
.TagClassName
{
border-color: #FDC372;
}
</style>