Shades of Chardonnay #FFC57A
Tints of Chardonnay #FFC57A
RGB
CMYK
RGB Variations
Color information
#FFC57A (or 0xFFC57A) is known color: Chardonnay. HEX triplet: FF, C5 and 7A. RGB value is (255,197,122). Sum of RGB (Red+Green+Blue) = 255+197+122=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC57A is #003A85. Grayscale: #CECECE. Windows color (decimal): -14982 or 8046079. OLE color: 8046079.
HSL color Cylindrical-coordinate representation of color #FFC57A: hue angle of 33.83º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFC57A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 122 | - |
| CMYK | 0 | 0.23 | 0.52 | 0 |
| HSL | 33.83º | 1% | 0.74% | - |
| HSV(B) | 33.83º | 0.52% | 1% | - |
| XYZ | 64.72 | 62.6 | 27.08 | - |
| YUV | 205.79 | 80.72 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 122 | 0 | 0.23 | 0.52 | 0 | 33.83 | 1 | 0.74 |
| Hex | FF | C5 | 7A | 0 | 17 | 34 | 0 | 22 | 64 | 4A |
| Octal | 377 | 305 | 172 | 0 | 27 | 64 | 0 | 42 | 144 | 112 |
| Binary | 11111111 | 11000101 | 1111010 | 0 | 10111 | 110100 | 0 | 100010 | 1100100 | 1001010 |
Color Harmonies of #FFC57A
Complementary color
Monochromatic Colors of #FFC57A
Black with #FFC57A
Text Example
Text Example
White with #FFC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC57A; }
p { color: rgb(255,197,122); }
H1.HeaderClassName
{
color: #FFC57A;
}
.AnyTagClassName
{
color: #FFC57A;
}
</style>
background-color css
<style>
a { background-color: #FFC57A; }
a { background-color: rgb(255,197,122); }
div.DivClassName
{
background-color: #FFC57A;
}
.BgClassName
{
background-color: #FFC57A;
}
</style>
border-color css
<style>
span { border-color: #FFC57A; }
span { border-color: rgb(255,197,122); }
td.TdClassName
{
border-color: #FFC57A;
}
.TagClassName
{
border-color: #FFC57A;
}
</style>