Shades of Chardonnay #FFC774
Tints of Chardonnay #FFC774
RGB
CMYK
RGB Variations
Color information
#FFC774 (or 0xFFC774) is known color: Chardonnay. HEX triplet: FF, C7 and 74. RGB value is (255,199,116). Sum of RGB (Red+Green+Blue) = 255+199+116=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC774 is #00388B. Grayscale: #CECECE. Windows color (decimal): -14476 or 7653375. OLE color: 7653375.
HSL color Cylindrical-coordinate representation of color #FFC774: hue angle of 35.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFC774 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 116 | - |
| CMYK | 0 | 0.22 | 0.55 | 0 |
| HSL | 35.83º | 1% | 0.73% | - |
| HSV(B) | 35.83º | 0.55% | 1% | - |
| XYZ | 64.82 | 63.37 | 25.34 | - |
| YUV | 206.28 | 77.05 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 116 | 0 | 0.22 | 0.55 | 0 | 35.83 | 1 | 0.73 |
| Hex | FF | C7 | 74 | 0 | 16 | 37 | 0 | 24 | 64 | 49 |
| Octal | 377 | 307 | 164 | 0 | 26 | 67 | 0 | 44 | 144 | 111 |
| Binary | 11111111 | 11000111 | 1110100 | 0 | 10110 | 110111 | 0 | 100100 | 1100100 | 1001001 |
Color Harmonies of #FFC774
Complementary color
Monochromatic Colors of #FFC774
Black with #FFC774
Text Example
Text Example
White with #FFC774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC774; }
p { color: rgb(255,199,116); }
H1.HeaderClassName
{
color: #FFC774;
}
.AnyTagClassName
{
color: #FFC774;
}
</style>
background-color css
<style>
a { background-color: #FFC774; }
a { background-color: rgb(255,199,116); }
div.DivClassName
{
background-color: #FFC774;
}
.BgClassName
{
background-color: #FFC774;
}
</style>
border-color css
<style>
span { border-color: #FFC774; }
span { border-color: rgb(255,199,116); }
td.TdClassName
{
border-color: #FFC774;
}
.TagClassName
{
border-color: #FFC774;
}
</style>