Shades of Chardonnay #FDC37D
Tints of Chardonnay #FDC37D
RGB
CMYK
RGB Variations
Color information
#FDC37D (or 0xFDC37D) is known color: Chardonnay. HEX triplet: FD, C3 and 7D. RGB value is (253,195,125). Sum of RGB (Red+Green+Blue) = 253+195+125=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC37D is #023C82. Grayscale: #CCCCCC. Windows color (decimal): -146563 or 8242173. OLE color: 8242173.
HSL color Cylindrical-coordinate representation of color #FDC37D: hue angle of 32.81º 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 #FDC37D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 125 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.01 |
| HSL | 32.81º | 0.97% | 0.74% | - |
| HSV(B) | 32.81º | 0.51% | 0.99% | - |
| XYZ | 63.72 | 61.39 | 27.89 | - |
| YUV | 204.36 | 83.22 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 125 | 0 | 0.23 | 0.51 | 0.01 | 32.81 | 0.97 | 0.74 |
| Hex | FD | C3 | 7D | 0 | 17 | 33 | 1 | 21 | 61 | 4A |
| Octal | 375 | 303 | 175 | 0 | 27 | 63 | 1 | 41 | 141 | 112 |
| Binary | 11111101 | 11000011 | 1111101 | 0 | 10111 | 110011 | 1 | 100001 | 1100001 | 1001010 |
Color Harmonies of #FDC37D
Complementary color
Monochromatic Colors of #FDC37D
Black with #FDC37D
Text Example
Text Example
White with #FDC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC37D; }
p { color: rgb(253,195,125); }
H1.HeaderClassName
{
color: #FDC37D;
}
.AnyTagClassName
{
color: #FDC37D;
}
</style>
background-color css
<style>
a { background-color: #FDC37D; }
a { background-color: rgb(253,195,125); }
div.DivClassName
{
background-color: #FDC37D;
}
.BgClassName
{
background-color: #FDC37D;
}
</style>
border-color css
<style>
span { border-color: #FDC37D; }
span { border-color: rgb(253,195,125); }
td.TdClassName
{
border-color: #FDC37D;
}
.TagClassName
{
border-color: #FDC37D;
}
</style>