Shades of Chardonnay #FDC87C
Tints of Chardonnay #FDC87C
RGB
CMYK
RGB Variations
Color information
#FDC87C (or 0xFDC87C) is known color: Chardonnay. HEX triplet: FD, C8 and 7C. RGB value is (253,200,124). Sum of RGB (Red+Green+Blue) = 253+200+124=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC87C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC87C is #023783. Grayscale: #CFCFCF. Windows color (decimal): -145284 or 8177917. OLE color: 8177917.
HSL color Cylindrical-coordinate representation of color #FDC87C: hue angle of 35.35º 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 #FDC87C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 124 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.01 |
| HSL | 35.35º | 0.97% | 0.74% | - |
| HSV(B) | 35.35º | 0.51% | 0.99% | - |
| XYZ | 64.8 | 63.65 | 27.94 | - |
| YUV | 207.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 124 | 0 | 0.21 | 0.51 | 0.01 | 35.35 | 0.97 | 0.74 |
| Hex | FD | C8 | 7C | 0 | 15 | 33 | 1 | 23 | 61 | 4A |
| Octal | 375 | 310 | 174 | 0 | 25 | 63 | 1 | 43 | 141 | 112 |
| Binary | 11111101 | 11001000 | 1111100 | 0 | 10101 | 110011 | 1 | 100011 | 1100001 | 1001010 |
Color Harmonies of #FDC87C
Complementary color
Monochromatic Colors of #FDC87C
Black with #FDC87C
Text Example
Text Example
White with #FDC87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC87C; }
p { color: rgb(253,200,124); }
H1.HeaderClassName
{
color: #FDC87C;
}
.AnyTagClassName
{
color: #FDC87C;
}
</style>
background-color css
<style>
a { background-color: #FDC87C; }
a { background-color: rgb(253,200,124); }
div.DivClassName
{
background-color: #FDC87C;
}
.BgClassName
{
background-color: #FDC87C;
}
</style>
border-color css
<style>
span { border-color: #FDC87C; }
span { border-color: rgb(253,200,124); }
td.TdClassName
{
border-color: #FDC87C;
}
.TagClassName
{
border-color: #FDC87C;
}
</style>