Shades of Chardonnay #FDC377
Tints of Chardonnay #FDC377
RGB
CMYK
RGB Variations
Color information
#FDC377 (or 0xFDC377) is known color: Chardonnay. HEX triplet: FD, C3 and 77. RGB value is (253,195,119). Sum of RGB (Red+Green+Blue) = 253+195+119=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC377 is #023C88. Grayscale: #CCCCCC. Windows color (decimal): -146569 or 7848957. OLE color: 7848957.
HSL color Cylindrical-coordinate representation of color #FDC377: hue angle of 34.03º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDC377 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 119 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.01 |
| HSL | 34.03º | 0.97% | 0.73% | - |
| HSV(B) | 34.03º | 0.53% | 0.99% | - |
| XYZ | 63.35 | 61.24 | 25.94 | - |
| YUV | 203.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 119 | 0 | 0.23 | 0.53 | 0.01 | 34.03 | 0.97 | 0.73 |
| Hex | FD | C3 | 77 | 0 | 17 | 35 | 1 | 22 | 61 | 49 |
| Octal | 375 | 303 | 167 | 0 | 27 | 65 | 1 | 42 | 141 | 111 |
| Binary | 11111101 | 11000011 | 1110111 | 0 | 10111 | 110101 | 1 | 100010 | 1100001 | 1001001 |
Color Harmonies of #FDC377
Complementary color
Monochromatic Colors of #FDC377
Black with #FDC377
Text Example
Text Example
White with #FDC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC377; }
p { color: rgb(253,195,119); }
H1.HeaderClassName
{
color: #FDC377;
}
.AnyTagClassName
{
color: #FDC377;
}
</style>
background-color css
<style>
a { background-color: #FDC377; }
a { background-color: rgb(253,195,119); }
div.DivClassName
{
background-color: #FDC377;
}
.BgClassName
{
background-color: #FDC377;
}
</style>
border-color css
<style>
span { border-color: #FDC377; }
span { border-color: rgb(253,195,119); }
td.TdClassName
{
border-color: #FDC377;
}
.TagClassName
{
border-color: #FDC377;
}
</style>