Shades of Chardonnay #FDC17B
Tints of Chardonnay #FDC17B
RGB
CMYK
RGB Variations
Color information
#FDC17B (or 0xFDC17B) is known color: Chardonnay. HEX triplet: FD, C1 and 7B. RGB value is (253,193,123). Sum of RGB (Red+Green+Blue) = 253+193+123=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC17B is #023E84. Grayscale: #CBCBCB. Windows color (decimal): -147077 or 8110589. OLE color: 8110589.
HSL color Cylindrical-coordinate representation of color #FDC17B: hue angle of 32.31º 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 #FDC17B is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 123 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.01 |
| HSL | 32.31º | 0.97% | 0.74% | - |
| HSV(B) | 32.31º | 0.51% | 0.99% | - |
| XYZ | 63.15 | 60.45 | 27.08 | - |
| YUV | 202.96 | 82.88 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 123 | 0 | 0.24 | 0.51 | 0.01 | 32.31 | 0.97 | 0.74 |
| Hex | FD | C1 | 7B | 0 | 18 | 33 | 1 | 20 | 61 | 4A |
| Octal | 375 | 301 | 173 | 0 | 30 | 63 | 1 | 40 | 141 | 112 |
| Binary | 11111101 | 11000001 | 1111011 | 0 | 11000 | 110011 | 1 | 100000 | 1100001 | 1001010 |
Color Harmonies of #FDC17B
Complementary color
Monochromatic Colors of #FDC17B
Black with #FDC17B
Text Example
Text Example
White with #FDC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC17B; }
p { color: rgb(253,193,123); }
H1.HeaderClassName
{
color: #FDC17B;
}
.AnyTagClassName
{
color: #FDC17B;
}
</style>
background-color css
<style>
a { background-color: #FDC17B; }
a { background-color: rgb(253,193,123); }
div.DivClassName
{
background-color: #FDC17B;
}
.BgClassName
{
background-color: #FDC17B;
}
</style>
border-color css
<style>
span { border-color: #FDC17B; }
span { border-color: rgb(253,193,123); }
td.TdClassName
{
border-color: #FDC17B;
}
.TagClassName
{
border-color: #FDC17B;
}
</style>