Shades of Chardonnay #FDC57B
Tints of Chardonnay #FDC57B
RGB
CMYK
RGB Variations
Color information
#FDC57B (or 0xFDC57B) is known color: Chardonnay. HEX triplet: FD, C5 and 7B. RGB value is (253,197,123). Sum of RGB (Red+Green+Blue) = 253+197+123=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC57B is #023A84. Grayscale: #CDCDCD. Windows color (decimal): -146053 or 8111613. OLE color: 8111613.
HSL color Cylindrical-coordinate representation of color #FDC57B: hue angle of 34.15º 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 #FDC57B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 123 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.01 |
| HSL | 34.15º | 0.97% | 0.74% | - |
| HSV(B) | 34.15º | 0.51% | 0.99% | - |
| XYZ | 64.05 | 62.25 | 27.38 | - |
| YUV | 205.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 123 | 0 | 0.22 | 0.51 | 0.01 | 34.15 | 0.97 | 0.74 |
| Hex | FD | C5 | 7B | 0 | 16 | 33 | 1 | 22 | 61 | 4A |
| Octal | 375 | 305 | 173 | 0 | 26 | 63 | 1 | 42 | 141 | 112 |
| Binary | 11111101 | 11000101 | 1111011 | 0 | 10110 | 110011 | 1 | 100010 | 1100001 | 1001010 |
Color Harmonies of #FDC57B
Complementary color
Monochromatic Colors of #FDC57B
Black with #FDC57B
Text Example
Text Example
White with #FDC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC57B; }
p { color: rgb(253,197,123); }
H1.HeaderClassName
{
color: #FDC57B;
}
.AnyTagClassName
{
color: #FDC57B;
}
</style>
background-color css
<style>
a { background-color: #FDC57B; }
a { background-color: rgb(253,197,123); }
div.DivClassName
{
background-color: #FDC57B;
}
.BgClassName
{
background-color: #FDC57B;
}
</style>
border-color css
<style>
span { border-color: #FDC57B; }
span { border-color: rgb(253,197,123); }
td.TdClassName
{
border-color: #FDC57B;
}
.TagClassName
{
border-color: #FDC57B;
}
</style>