Shades of Chardonnay #FDC774
Tints of Chardonnay #FDC774
RGB
CMYK
RGB Variations
Color information
#FDC774 (or 0xFDC774) is known color: Chardonnay. HEX triplet: FD, C7 and 74. RGB value is (253,199,116). Sum of RGB (Red+Green+Blue) = 253+199+116=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC774 is #02388B. Grayscale: #CECECE. Windows color (decimal): -145548 or 7653373. OLE color: 7653373.
HSL color Cylindrical-coordinate representation of color #FDC774: hue angle of 36.35º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDC774 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 116 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.01 |
| HSL | 36.35º | 0.97% | 0.72% | - |
| HSV(B) | 36.35º | 0.54% | 0.99% | - |
| XYZ | 64.08 | 62.99 | 25.3 | - |
| YUV | 205.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 116 | 0 | 0.21 | 0.54 | 0.01 | 36.35 | 0.97 | 0.72 |
| Hex | FD | C7 | 74 | 0 | 15 | 36 | 1 | 24 | 61 | 48 |
| Octal | 375 | 307 | 164 | 0 | 25 | 66 | 1 | 44 | 141 | 110 |
| Binary | 11111101 | 11000111 | 1110100 | 0 | 10101 | 110110 | 1 | 100100 | 1100001 | 1001000 |
Color Harmonies of #FDC774
Complementary color
Monochromatic Colors of #FDC774
Black with #FDC774
Text Example
Text Example
White with #FDC774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC774; }
p { color: rgb(253,199,116); }
H1.HeaderClassName
{
color: #FDC774;
}
.AnyTagClassName
{
color: #FDC774;
}
</style>
background-color css
<style>
a { background-color: #FDC774; }
a { background-color: rgb(253,199,116); }
div.DivClassName
{
background-color: #FDC774;
}
.BgClassName
{
background-color: #FDC774;
}
</style>
border-color css
<style>
span { border-color: #FDC774; }
span { border-color: rgb(253,199,116); }
td.TdClassName
{
border-color: #FDC774;
}
.TagClassName
{
border-color: #FDC774;
}
</style>