Shades of Chardonnay #FFC574
Tints of Chardonnay #FFC574
RGB
CMYK
RGB Variations
Color information
#FFC574 (or 0xFFC574) is known color: Chardonnay. HEX triplet: FF, C5 and 74. RGB value is (255,197,116). Sum of RGB (Red+Green+Blue) = 255+197+116=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC574 is #003A8B. Grayscale: #CDCDCD. Windows color (decimal): -14988 or 7652863. OLE color: 7652863.
HSL color Cylindrical-coordinate representation of color #FFC574: hue angle of 34.96º 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 #FFC574 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 116 | - |
| CMYK | 0 | 0.23 | 0.55 | 0 |
| HSL | 34.96º | 1% | 0.73% | - |
| HSV(B) | 34.96º | 0.55% | 1% | - |
| XYZ | 64.36 | 62.45 | 25.19 | - |
| YUV | 205.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 116 | 0 | 0.23 | 0.55 | 0 | 34.96 | 1 | 0.73 |
| Hex | FF | C5 | 74 | 0 | 17 | 37 | 0 | 23 | 64 | 49 |
| Octal | 377 | 305 | 164 | 0 | 27 | 67 | 0 | 43 | 144 | 111 |
| Binary | 11111111 | 11000101 | 1110100 | 0 | 10111 | 110111 | 0 | 100011 | 1100100 | 1001001 |
Color Harmonies of #FFC574
Complementary color
Monochromatic Colors of #FFC574
Black with #FFC574
Text Example
Text Example
White with #FFC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC574; }
p { color: rgb(255,197,116); }
H1.HeaderClassName
{
color: #FFC574;
}
.AnyTagClassName
{
color: #FFC574;
}
</style>
background-color css
<style>
a { background-color: #FFC574; }
a { background-color: rgb(255,197,116); }
div.DivClassName
{
background-color: #FFC574;
}
.BgClassName
{
background-color: #FFC574;
}
</style>
border-color css
<style>
span { border-color: #FFC574; }
span { border-color: rgb(255,197,116); }
td.TdClassName
{
border-color: #FFC574;
}
.TagClassName
{
border-color: #FFC574;
}
</style>