Shades of Chardonnay #FDC06B
Tints of Chardonnay #FDC06B
RGB
CMYK
RGB Variations
Color information
#FDC06B (or 0xFDC06B) is known color: Chardonnay. HEX triplet: FD, C0 and 6B. RGB value is (253,192,107). Sum of RGB (Red+Green+Blue) = 253+192+107=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC06B is #023F94. Grayscale: #C8C8C8. Windows color (decimal): -147349 or 7061757. OLE color: 7061757.
HSL color Cylindrical-coordinate representation of color #FDC06B: hue angle of 34.93º 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 #FDC06B is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 107 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.01 |
| HSL | 34.93º | 0.97% | 0.71% | - |
| HSV(B) | 34.93º | 0.58% | 0.99% | - |
| XYZ | 62.01 | 59.64 | 22.15 | - |
| YUV | 200.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 107 | 0 | 0.24 | 0.58 | 0.01 | 34.93 | 0.97 | 0.71 |
| Hex | FD | C0 | 6B | 0 | 18 | 3A | 1 | 23 | 61 | 47 |
| Octal | 375 | 300 | 153 | 0 | 30 | 72 | 1 | 43 | 141 | 107 |
| Binary | 11111101 | 11000000 | 1101011 | 0 | 11000 | 111010 | 1 | 100011 | 1100001 | 1000111 |
Color Harmonies of #FDC06B
Complementary color
Monochromatic Colors of #FDC06B
Black with #FDC06B
Text Example
Text Example
White with #FDC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC06B; }
p { color: rgb(253,192,107); }
H1.HeaderClassName
{
color: #FDC06B;
}
.AnyTagClassName
{
color: #FDC06B;
}
</style>
background-color css
<style>
a { background-color: #FDC06B; }
a { background-color: rgb(253,192,107); }
div.DivClassName
{
background-color: #FDC06B;
}
.BgClassName
{
background-color: #FDC06B;
}
</style>
border-color css
<style>
span { border-color: #FDC06B; }
span { border-color: rgb(253,192,107); }
td.TdClassName
{
border-color: #FDC06B;
}
.TagClassName
{
border-color: #FDC06B;
}
</style>