Shades of Chardonnay #FDC474
Tints of Chardonnay #FDC474
RGB
CMYK
RGB Variations
Color information
#FDC474 (or 0xFDC474) is known color: Chardonnay. HEX triplet: FD, C4 and 74. RGB value is (253,196,116). Sum of RGB (Red+Green+Blue) = 253+196+116=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC474 is #023B8B. Grayscale: #CCCCCC. Windows color (decimal): -146316 or 7652605. OLE color: 7652605.
HSL color Cylindrical-coordinate representation of color #FDC474: hue angle of 35.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDC474 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 116 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.01 |
| HSL | 35.04º | 0.97% | 0.72% | - |
| HSV(B) | 35.04º | 0.54% | 0.99% | - |
| XYZ | 63.4 | 61.62 | 25.08 | - |
| YUV | 203.92 | 78.38 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 116 | 0 | 0.23 | 0.54 | 0.01 | 35.04 | 0.97 | 0.72 |
| Hex | FD | C4 | 74 | 0 | 17 | 36 | 1 | 23 | 61 | 48 |
| Octal | 375 | 304 | 164 | 0 | 27 | 66 | 1 | 43 | 141 | 110 |
| Binary | 11111101 | 11000100 | 1110100 | 0 | 10111 | 110110 | 1 | 100011 | 1100001 | 1001000 |
Color Harmonies of #FDC474
Complementary color
Monochromatic Colors of #FDC474
Black with #FDC474
Text Example
Text Example
White with #FDC474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC474; }
p { color: rgb(253,196,116); }
H1.HeaderClassName
{
color: #FDC474;
}
.AnyTagClassName
{
color: #FDC474;
}
</style>
background-color css
<style>
a { background-color: #FDC474; }
a { background-color: rgb(253,196,116); }
div.DivClassName
{
background-color: #FDC474;
}
.BgClassName
{
background-color: #FDC474;
}
</style>
border-color css
<style>
span { border-color: #FDC474; }
span { border-color: rgb(253,196,116); }
td.TdClassName
{
border-color: #FDC474;
}
.TagClassName
{
border-color: #FDC474;
}
</style>