Shades of Chardonnay #FDC27A
Tints of Chardonnay #FDC27A
RGB
CMYK
RGB Variations
Color information
#FDC27A (or 0xFDC27A) is known color: Chardonnay. HEX triplet: FD, C2 and 7A. RGB value is (253,194,122). Sum of RGB (Red+Green+Blue) = 253+194+122=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC27A is #023D85. Grayscale: #CBCBCB. Windows color (decimal): -146822 or 8045309. OLE color: 8045309.
HSL color Cylindrical-coordinate representation of color #FDC27A: hue angle of 32.98º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDC27A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 122 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.01 |
| HSL | 32.98º | 0.97% | 0.74% | - |
| HSV(B) | 32.98º | 0.52% | 0.99% | - |
| XYZ | 63.31 | 60.87 | 26.82 | - |
| YUV | 203.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 122 | 0 | 0.23 | 0.52 | 0.01 | 32.98 | 0.97 | 0.74 |
| Hex | FD | C2 | 7A | 0 | 17 | 34 | 1 | 21 | 61 | 4A |
| Octal | 375 | 302 | 172 | 0 | 27 | 64 | 1 | 41 | 141 | 112 |
| Binary | 11111101 | 11000010 | 1111010 | 0 | 10111 | 110100 | 1 | 100001 | 1100001 | 1001010 |
Color Harmonies of #FDC27A
Complementary color
Monochromatic Colors of #FDC27A
Black with #FDC27A
Text Example
Text Example
White with #FDC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC27A; }
p { color: rgb(253,194,122); }
H1.HeaderClassName
{
color: #FDC27A;
}
.AnyTagClassName
{
color: #FDC27A;
}
</style>
background-color css
<style>
a { background-color: #FDC27A; }
a { background-color: rgb(253,194,122); }
div.DivClassName
{
background-color: #FDC27A;
}
.BgClassName
{
background-color: #FDC27A;
}
</style>
border-color css
<style>
span { border-color: #FDC27A; }
span { border-color: rgb(253,194,122); }
td.TdClassName
{
border-color: #FDC27A;
}
.TagClassName
{
border-color: #FDC27A;
}
</style>