Shades of Chardonnay #FDC176
Tints of Chardonnay #FDC176
RGB
CMYK
RGB Variations
Color information
#FDC176 (or 0xFDC176) is known color: Chardonnay. HEX triplet: FD, C1 and 76. RGB value is (253,193,118). Sum of RGB (Red+Green+Blue) = 253+193+118=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC176 is #023E89. Grayscale: #CACACA. Windows color (decimal): -147082 or 7782909. OLE color: 7782909.
HSL color Cylindrical-coordinate representation of color #FDC176: hue angle of 33.33º 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 #FDC176 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 118 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.01 |
| HSL | 33.33º | 0.97% | 0.73% | - |
| HSV(B) | 33.33º | 0.53% | 0.99% | - |
| XYZ | 62.85 | 60.33 | 25.47 | - |
| YUV | 202.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 118 | 0 | 0.24 | 0.53 | 0.01 | 33.33 | 0.97 | 0.73 |
| Hex | FD | C1 | 76 | 0 | 18 | 35 | 1 | 21 | 61 | 49 |
| Octal | 375 | 301 | 166 | 0 | 30 | 65 | 1 | 41 | 141 | 111 |
| Binary | 11111101 | 11000001 | 1110110 | 0 | 11000 | 110101 | 1 | 100001 | 1100001 | 1001001 |
Color Harmonies of #FDC176
Complementary color
Monochromatic Colors of #FDC176
Black with #FDC176
Text Example
Text Example
White with #FDC176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC176; }
p { color: rgb(253,193,118); }
H1.HeaderClassName
{
color: #FDC176;
}
.AnyTagClassName
{
color: #FDC176;
}
</style>
background-color css
<style>
a { background-color: #FDC176; }
a { background-color: rgb(253,193,118); }
div.DivClassName
{
background-color: #FDC176;
}
.BgClassName
{
background-color: #FDC176;
}
</style>
border-color css
<style>
span { border-color: #FDC176; }
span { border-color: rgb(253,193,118); }
td.TdClassName
{
border-color: #FDC176;
}
.TagClassName
{
border-color: #FDC176;
}
</style>