Shades of Chardonnay #FDC27B
Tints of Chardonnay #FDC27B
RGB
CMYK
RGB Variations
Color information
#FDC27B (or 0xFDC27B) is known color: Chardonnay. HEX triplet: FD, C2 and 7B. RGB value is (253,194,123). Sum of RGB (Red+Green+Blue) = 253+194+123=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC27B is #023D84. Grayscale: #CBCBCB. Windows color (decimal): -146821 or 8110845. OLE color: 8110845.
HSL color Cylindrical-coordinate representation of color #FDC27B: hue angle of 32.77º 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 #FDC27B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 123 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.01 |
| HSL | 32.77º | 0.97% | 0.74% | - |
| HSV(B) | 32.77º | 0.51% | 0.99% | - |
| XYZ | 63.37 | 60.9 | 27.15 | - |
| YUV | 203.55 | 82.55 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 123 | 0 | 0.23 | 0.51 | 0.01 | 32.77 | 0.97 | 0.74 |
| Hex | FD | C2 | 7B | 0 | 17 | 33 | 1 | 21 | 61 | 4A |
| Octal | 375 | 302 | 173 | 0 | 27 | 63 | 1 | 41 | 141 | 112 |
| Binary | 11111101 | 11000010 | 1111011 | 0 | 10111 | 110011 | 1 | 100001 | 1100001 | 1001010 |
Color Harmonies of #FDC27B
Complementary color
Monochromatic Colors of #FDC27B
Black with #FDC27B
Text Example
Text Example
White with #FDC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC27B; }
p { color: rgb(253,194,123); }
H1.HeaderClassName
{
color: #FDC27B;
}
.AnyTagClassName
{
color: #FDC27B;
}
</style>
background-color css
<style>
a { background-color: #FDC27B; }
a { background-color: rgb(253,194,123); }
div.DivClassName
{
background-color: #FDC27B;
}
.BgClassName
{
background-color: #FDC27B;
}
</style>
border-color css
<style>
span { border-color: #FDC27B; }
span { border-color: rgb(253,194,123); }
td.TdClassName
{
border-color: #FDC27B;
}
.TagClassName
{
border-color: #FDC27B;
}
</style>