Shades of Chardonnay #FFC174
Tints of Chardonnay #FFC174
RGB
CMYK
RGB Variations
Color information
#FFC174 (or 0xFFC174) is known color: Chardonnay. HEX triplet: FF, C1 and 74. RGB value is (255,193,116). Sum of RGB (Red+Green+Blue) = 255+193+116=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC174 is #003E8B. Grayscale: #CBCBCB. Windows color (decimal): -16012 or 7651839. OLE color: 7651839.
HSL color Cylindrical-coordinate representation of color #FFC174: hue angle of 33.24º 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 #FFC174 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 116 | - |
| CMYK | 0 | 0.24 | 0.55 | 0 |
| HSL | 33.24º | 1% | 0.73% | - |
| HSV(B) | 33.24º | 0.55% | 1% | - |
| XYZ | 63.46 | 60.66 | 24.89 | - |
| YUV | 202.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 116 | 0 | 0.24 | 0.55 | 0 | 33.24 | 1 | 0.73 |
| Hex | FF | C1 | 74 | 0 | 18 | 37 | 0 | 21 | 64 | 49 |
| Octal | 377 | 301 | 164 | 0 | 30 | 67 | 0 | 41 | 144 | 111 |
| Binary | 11111111 | 11000001 | 1110100 | 0 | 11000 | 110111 | 0 | 100001 | 1100100 | 1001001 |
Color Harmonies of #FFC174
Complementary color
Monochromatic Colors of #FFC174
Black with #FFC174
Text Example
Text Example
White with #FFC174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC174; }
p { color: rgb(255,193,116); }
H1.HeaderClassName
{
color: #FFC174;
}
.AnyTagClassName
{
color: #FFC174;
}
</style>
background-color css
<style>
a { background-color: #FFC174; }
a { background-color: rgb(255,193,116); }
div.DivClassName
{
background-color: #FFC174;
}
.BgClassName
{
background-color: #FFC174;
}
</style>
border-color css
<style>
span { border-color: #FFC174; }
span { border-color: rgb(255,193,116); }
td.TdClassName
{
border-color: #FFC174;
}
.TagClassName
{
border-color: #FFC174;
}
</style>