Shades of Chardonnay #FDC37B
Tints of Chardonnay #FDC37B
RGB
CMYK
RGB Variations
Color information
#FDC37B (or 0xFDC37B) is known color: Chardonnay. HEX triplet: FD, C3 and 7B. RGB value is (253,195,123). Sum of RGB (Red+Green+Blue) = 253+195+123=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC37B is #023C84. Grayscale: #CCCCCC. Windows color (decimal): -146565 or 8111101. OLE color: 8111101.
HSL color Cylindrical-coordinate representation of color #FDC37B: hue angle of 33.23º 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 #FDC37B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 123 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.01 |
| HSL | 33.23º | 0.97% | 0.74% | - |
| HSV(B) | 33.23º | 0.51% | 0.99% | - |
| XYZ | 63.6 | 61.34 | 27.23 | - |
| YUV | 204.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 123 | 0 | 0.23 | 0.51 | 0.01 | 33.23 | 0.97 | 0.74 |
| Hex | FD | C3 | 7B | 0 | 17 | 33 | 1 | 21 | 61 | 4A |
| Octal | 375 | 303 | 173 | 0 | 27 | 63 | 1 | 41 | 141 | 112 |
| Binary | 11111101 | 11000011 | 1111011 | 0 | 10111 | 110011 | 1 | 100001 | 1100001 | 1001010 |
Color Harmonies of #FDC37B
Complementary color
Monochromatic Colors of #FDC37B
Black with #FDC37B
Text Example
Text Example
White with #FDC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC37B; }
p { color: rgb(253,195,123); }
H1.HeaderClassName
{
color: #FDC37B;
}
.AnyTagClassName
{
color: #FDC37B;
}
</style>
background-color css
<style>
a { background-color: #FDC37B; }
a { background-color: rgb(253,195,123); }
div.DivClassName
{
background-color: #FDC37B;
}
.BgClassName
{
background-color: #FDC37B;
}
</style>
border-color css
<style>
span { border-color: #FDC37B; }
span { border-color: rgb(253,195,123); }
td.TdClassName
{
border-color: #FDC37B;
}
.TagClassName
{
border-color: #FDC37B;
}
</style>