Shades of Chardonnay #FDC87B
Tints of Chardonnay #FDC87B
RGB
CMYK
RGB Variations
Color information
#FDC87B (or 0xFDC87B) is known color: Chardonnay. HEX triplet: FD, C8 and 7B. RGB value is (253,200,123). Sum of RGB (Red+Green+Blue) = 253+200+123=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC87B is #023784. Grayscale: #CFCFCF. Windows color (decimal): -145285 or 8112381. OLE color: 8112381.
HSL color Cylindrical-coordinate representation of color #FDC87B: hue angle of 35.54º 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 #FDC87B is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 123 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.01 |
| HSL | 35.54º | 0.97% | 0.74% | - |
| HSV(B) | 35.54º | 0.51% | 0.99% | - |
| XYZ | 64.74 | 63.62 | 27.61 | - |
| YUV | 207.07 | 80.56 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 123 | 0 | 0.21 | 0.51 | 0.01 | 35.54 | 0.97 | 0.74 |
| Hex | FD | C8 | 7B | 0 | 15 | 33 | 1 | 24 | 61 | 4A |
| Octal | 375 | 310 | 173 | 0 | 25 | 63 | 1 | 44 | 141 | 112 |
| Binary | 11111101 | 11001000 | 1111011 | 0 | 10101 | 110011 | 1 | 100100 | 1100001 | 1001010 |
Color Harmonies of #FDC87B
Complementary color
Monochromatic Colors of #FDC87B
Black with #FDC87B
Text Example
Text Example
White with #FDC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC87B; }
p { color: rgb(253,200,123); }
H1.HeaderClassName
{
color: #FDC87B;
}
.AnyTagClassName
{
color: #FDC87B;
}
</style>
background-color css
<style>
a { background-color: #FDC87B; }
a { background-color: rgb(253,200,123); }
div.DivClassName
{
background-color: #FDC87B;
}
.BgClassName
{
background-color: #FDC87B;
}
</style>
border-color css
<style>
span { border-color: #FDC87B; }
span { border-color: rgb(253,200,123); }
td.TdClassName
{
border-color: #FDC87B;
}
.TagClassName
{
border-color: #FDC87B;
}
</style>