Shades of Chardonnay #FDC97B
Tints of Chardonnay #FDC97B
RGB
CMYK
RGB Variations
Color information
#FDC97B (or 0xFDC97B) is known color: Chardonnay. HEX triplet: FD, C9 and 7B. RGB value is (253,201,123). Sum of RGB (Red+Green+Blue) = 253+201+123=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC97B is #023684. Grayscale: #D0D0D0. Windows color (decimal): -145029 or 8112637. OLE color: 8112637.
HSL color Cylindrical-coordinate representation of color #FDC97B: hue angle of 36º 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 #FDC97B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 123 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.01 |
| HSL | 36º | 0.97% | 0.74% | - |
| HSV(B) | 36º | 0.51% | 0.99% | - |
| XYZ | 64.97 | 64.09 | 27.68 | - |
| YUV | 207.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 123 | 0 | 0.21 | 0.51 | 0.01 | 36 | 0.97 | 0.74 |
| Hex | FD | C9 | 7B | 0 | 15 | 33 | 1 | 24 | 61 | 4A |
| Octal | 375 | 311 | 173 | 0 | 25 | 63 | 1 | 44 | 141 | 112 |
| Binary | 11111101 | 11001001 | 1111011 | 0 | 10101 | 110011 | 1 | 100100 | 1100001 | 1001010 |
Color Harmonies of #FDC97B
Complementary color
Monochromatic Colors of #FDC97B
Black with #FDC97B
Text Example
Text Example
White with #FDC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC97B; }
p { color: rgb(253,201,123); }
H1.HeaderClassName
{
color: #FDC97B;
}
.AnyTagClassName
{
color: #FDC97B;
}
</style>
background-color css
<style>
a { background-color: #FDC97B; }
a { background-color: rgb(253,201,123); }
div.DivClassName
{
background-color: #FDC97B;
}
.BgClassName
{
background-color: #FDC97B;
}
</style>
border-color css
<style>
span { border-color: #FDC97B; }
span { border-color: rgb(253,201,123); }
td.TdClassName
{
border-color: #FDC97B;
}
.TagClassName
{
border-color: #FDC97B;
}
</style>