Shades of Chardonnay #FDC27D
Tints of Chardonnay #FDC27D
RGB
CMYK
RGB Variations
Color information
#FDC27D (or 0xFDC27D) is known color: Chardonnay. HEX triplet: FD, C2 and 7D. RGB value is (253,194,125). Sum of RGB (Red+Green+Blue) = 253+194+125=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC27D is #023D82. Grayscale: #CCCCCC. Windows color (decimal): -146819 or 8241917. OLE color: 8241917.
HSL color Cylindrical-coordinate representation of color #FDC27D: hue angle of 32.34º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDC27D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 125 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.01 |
| HSL | 32.34º | 0.97% | 0.74% | - |
| HSV(B) | 32.34º | 0.51% | 0.99% | - |
| XYZ | 63.5 | 60.95 | 27.82 | - |
| YUV | 203.78 | 83.55 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 125 | 0 | 0.23 | 0.51 | 0.01 | 32.34 | 0.97 | 0.74 |
| Hex | FD | C2 | 7D | 0 | 17 | 33 | 1 | 20 | 61 | 4A |
| Octal | 375 | 302 | 175 | 0 | 27 | 63 | 1 | 40 | 141 | 112 |
| Binary | 11111101 | 11000010 | 1111101 | 0 | 10111 | 110011 | 1 | 100000 | 1100001 | 1001010 |
Color Harmonies of #FDC27D
Complementary color
Monochromatic Colors of #FDC27D
Black with #FDC27D
Text Example
Text Example
White with #FDC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC27D; }
p { color: rgb(253,194,125); }
H1.HeaderClassName
{
color: #FDC27D;
}
.AnyTagClassName
{
color: #FDC27D;
}
</style>
background-color css
<style>
a { background-color: #FDC27D; }
a { background-color: rgb(253,194,125); }
div.DivClassName
{
background-color: #FDC27D;
}
.BgClassName
{
background-color: #FDC27D;
}
</style>
border-color css
<style>
span { border-color: #FDC27D; }
span { border-color: rgb(253,194,125); }
td.TdClassName
{
border-color: #FDC27D;
}
.TagClassName
{
border-color: #FDC27D;
}
</style>