Shades of Chardonnay #FDC981
Tints of Chardonnay #FDC981
RGB
CMYK
RGB Variations
Color information
#FDC981 (or 0xFDC981) is known color: Chardonnay. HEX triplet: FD, C9 and 81. RGB value is (253,201,129). Sum of RGB (Red+Green+Blue) = 253+201+129=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 129 (50.78% from 255 or 22.13% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC981 is #02367E. Grayscale: #D0D0D0. Windows color (decimal): -145023 or 8505853. OLE color: 8505853.
HSL color Cylindrical-coordinate representation of color #FDC981: hue angle of 34.84º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDC981 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 129 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.01 |
| HSL | 34.84º | 0.97% | 0.75% | - |
| HSV(B) | 34.84º | 0.49% | 0.99% | - |
| XYZ | 65.36 | 64.24 | 29.72 | - |
| YUV | 208.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 129 | 0 | 0.21 | 0.49 | 0.01 | 34.84 | 0.97 | 0.75 |
| Hex | FD | C9 | 81 | 0 | 15 | 31 | 1 | 23 | 61 | 4B |
| Octal | 375 | 311 | 201 | 0 | 25 | 61 | 1 | 43 | 141 | 113 |
| Binary | 11111101 | 11001001 | 10000001 | 0 | 10101 | 110001 | 1 | 100011 | 1100001 | 1001011 |
Color Harmonies of #FDC981
Complementary color
Monochromatic Colors of #FDC981
Black with #FDC981
Text Example
Text Example
White with #FDC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC981; }
p { color: rgb(253,201,129); }
H1.HeaderClassName
{
color: #FDC981;
}
.AnyTagClassName
{
color: #FDC981;
}
</style>
background-color css
<style>
a { background-color: #FDC981; }
a { background-color: rgb(253,201,129); }
div.DivClassName
{
background-color: #FDC981;
}
.BgClassName
{
background-color: #FDC981;
}
</style>
border-color css
<style>
span { border-color: #FDC981; }
span { border-color: rgb(253,201,129); }
td.TdClassName
{
border-color: #FDC981;
}
.TagClassName
{
border-color: #FDC981;
}
</style>