Shades of Chardonnay #FDC16B
Tints of Chardonnay #FDC16B
RGB
CMYK
RGB Variations
Color information
#FDC16B (or 0xFDC16B) is known color: Chardonnay. HEX triplet: FD, C1 and 6B. RGB value is (253,193,107). Sum of RGB (Red+Green+Blue) = 253+193+107=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC16B is #023E94. Grayscale: #C9C9C9. Windows color (decimal): -147093 or 7062013. OLE color: 7062013.
HSL color Cylindrical-coordinate representation of color #FDC16B: hue angle of 35.34º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDC16B is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 107 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.01 |
| HSL | 35.34º | 0.97% | 0.71% | - |
| HSV(B) | 35.34º | 0.58% | 0.99% | - |
| XYZ | 62.23 | 60.08 | 22.23 | - |
| YUV | 201.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 107 | 0 | 0.24 | 0.58 | 0.01 | 35.34 | 0.97 | 0.71 |
| Hex | FD | C1 | 6B | 0 | 18 | 3A | 1 | 23 | 61 | 47 |
| Octal | 375 | 301 | 153 | 0 | 30 | 72 | 1 | 43 | 141 | 107 |
| Binary | 11111101 | 11000001 | 1101011 | 0 | 11000 | 111010 | 1 | 100011 | 1100001 | 1000111 |
Color Harmonies of #FDC16B
Complementary color
Monochromatic Colors of #FDC16B
Black with #FDC16B
Text Example
Text Example
White with #FDC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC16B; }
p { color: rgb(253,193,107); }
H1.HeaderClassName
{
color: #FDC16B;
}
.AnyTagClassName
{
color: #FDC16B;
}
</style>
background-color css
<style>
a { background-color: #FDC16B; }
a { background-color: rgb(253,193,107); }
div.DivClassName
{
background-color: #FDC16B;
}
.BgClassName
{
background-color: #FDC16B;
}
</style>
border-color css
<style>
span { border-color: #FDC16B; }
span { border-color: rgb(253,193,107); }
td.TdClassName
{
border-color: #FDC16B;
}
.TagClassName
{
border-color: #FDC16B;
}
</style>