Shades of Chardonnay #FDC279
Tints of Chardonnay #FDC279
RGB
CMYK
RGB Variations
Color information
#FDC279 (or 0xFDC279) is known color: Chardonnay. HEX triplet: FD, C2 and 79. RGB value is (253,194,121). Sum of RGB (Red+Green+Blue) = 253+194+121=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC279 is #023D86. Grayscale: #CBCBCB. Windows color (decimal): -146823 or 7979773. OLE color: 7979773.
HSL color Cylindrical-coordinate representation of color #FDC279: hue angle of 33.18º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDC279 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 121 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.01 |
| HSL | 33.18º | 0.97% | 0.73% | - |
| HSV(B) | 33.18º | 0.52% | 0.99% | - |
| XYZ | 63.25 | 60.85 | 26.5 | - |
| YUV | 203.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 121 | 0 | 0.23 | 0.52 | 0.01 | 33.18 | 0.97 | 0.73 |
| Hex | FD | C2 | 79 | 0 | 17 | 34 | 1 | 21 | 61 | 49 |
| Octal | 375 | 302 | 171 | 0 | 27 | 64 | 1 | 41 | 141 | 111 |
| Binary | 11111101 | 11000010 | 1111001 | 0 | 10111 | 110100 | 1 | 100001 | 1100001 | 1001001 |
Color Harmonies of #FDC279
Complementary color
Monochromatic Colors of #FDC279
Black with #FDC279
Text Example
Text Example
White with #FDC279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC279; }
p { color: rgb(253,194,121); }
H1.HeaderClassName
{
color: #FDC279;
}
.AnyTagClassName
{
color: #FDC279;
}
</style>
background-color css
<style>
a { background-color: #FDC279; }
a { background-color: rgb(253,194,121); }
div.DivClassName
{
background-color: #FDC279;
}
.BgClassName
{
background-color: #FDC279;
}
</style>
border-color css
<style>
span { border-color: #FDC279; }
span { border-color: rgb(253,194,121); }
td.TdClassName
{
border-color: #FDC279;
}
.TagClassName
{
border-color: #FDC279;
}
</style>