Shades of Chardonnay #FDC585
Tints of Chardonnay #FDC585
RGB
CMYK
RGB Variations
Color information
#FDC585 (or 0xFDC585) is known color: Chardonnay. HEX triplet: FD, C5 and 85. RGB value is (253,197,133). Sum of RGB (Red+Green+Blue) = 253+197+133=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC585 is #023A7A. Grayscale: #CECECE. Windows color (decimal): -146043 or 8766973. OLE color: 8766973.
HSL color Cylindrical-coordinate representation of color #FDC585: hue angle of 32º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDC585 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 133 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.01 |
| HSL | 32º | 0.97% | 0.76% | - |
| HSV(B) | 32º | 0.47% | 0.99% | - |
| XYZ | 64.71 | 62.51 | 30.85 | - |
| YUV | 206.45 | 86.55 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 133 | 0 | 0.22 | 0.47 | 0.01 | 32 | 0.97 | 0.76 |
| Hex | FD | C5 | 85 | 0 | 16 | 2F | 1 | 20 | 61 | 4C |
| Octal | 375 | 305 | 205 | 0 | 26 | 57 | 1 | 40 | 141 | 114 |
| Binary | 11111101 | 11000101 | 10000101 | 0 | 10110 | 101111 | 1 | 100000 | 1100001 | 1001100 |
Color Harmonies of #FDC585
Complementary color
Monochromatic Colors of #FDC585
Black with #FDC585
Text Example
Text Example
White with #FDC585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC585; }
p { color: rgb(253,197,133); }
H1.HeaderClassName
{
color: #FDC585;
}
.AnyTagClassName
{
color: #FDC585;
}
</style>
background-color css
<style>
a { background-color: #FDC585; }
a { background-color: rgb(253,197,133); }
div.DivClassName
{
background-color: #FDC585;
}
.BgClassName
{
background-color: #FDC585;
}
</style>
border-color css
<style>
span { border-color: #FDC585; }
span { border-color: rgb(253,197,133); }
td.TdClassName
{
border-color: #FDC585;
}
.TagClassName
{
border-color: #FDC585;
}
</style>