Shades of Chardonnay #FDC581
Tints of Chardonnay #FDC581
RGB
CMYK
RGB Variations
Color information
#FDC581 (or 0xFDC581) is known color: Chardonnay. HEX triplet: FD, C5 and 81. RGB value is (253,197,129). Sum of RGB (Red+Green+Blue) = 253+197+129=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC581 is #023A7E. Grayscale: #CECECE. Windows color (decimal): -146047 or 8504829. OLE color: 8504829.
HSL color Cylindrical-coordinate representation of color #FDC581: hue angle of 32.9º 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 #FDC581 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 129 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.01 |
| HSL | 32.9º | 0.97% | 0.75% | - |
| HSV(B) | 32.9º | 0.49% | 0.99% | - |
| XYZ | 64.44 | 62.4 | 29.42 | - |
| YUV | 205.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 129 | 0 | 0.22 | 0.49 | 0.01 | 32.9 | 0.97 | 0.75 |
| Hex | FD | C5 | 81 | 0 | 16 | 31 | 1 | 21 | 61 | 4B |
| Octal | 375 | 305 | 201 | 0 | 26 | 61 | 1 | 41 | 141 | 113 |
| Binary | 11111101 | 11000101 | 10000001 | 0 | 10110 | 110001 | 1 | 100001 | 1100001 | 1001011 |
Color Harmonies of #FDC581
Complementary color
Monochromatic Colors of #FDC581
Black with #FDC581
Text Example
Text Example
White with #FDC581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC581; }
p { color: rgb(253,197,129); }
H1.HeaderClassName
{
color: #FDC581;
}
.AnyTagClassName
{
color: #FDC581;
}
</style>
background-color css
<style>
a { background-color: #FDC581; }
a { background-color: rgb(253,197,129); }
div.DivClassName
{
background-color: #FDC581;
}
.BgClassName
{
background-color: #FDC581;
}
</style>
border-color css
<style>
span { border-color: #FDC581; }
span { border-color: rgb(253,197,129); }
td.TdClassName
{
border-color: #FDC581;
}
.TagClassName
{
border-color: #FDC581;
}
</style>