Shades of Chardonnay #FFC57D
Tints of Chardonnay #FFC57D
RGB
CMYK
RGB Variations
Color information
#FFC57D (or 0xFFC57D) is known color: Chardonnay. HEX triplet: FF, C5 and 7D. RGB value is (255,197,125). Sum of RGB (Red+Green+Blue) = 255+197+125=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC57D is #003A82. Grayscale: #CECECE. Windows color (decimal): -14979 or 8242687. OLE color: 8242687.
HSL color Cylindrical-coordinate representation of color #FFC57D: hue angle of 33.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFC57D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 125 | - |
| CMYK | 0 | 0.23 | 0.51 | 0 |
| HSL | 33.23º | 1% | 0.75% | - |
| HSV(B) | 33.23º | 0.51% | 1% | - |
| XYZ | 64.91 | 62.67 | 28.08 | - |
| YUV | 206.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 125 | 0 | 0.23 | 0.51 | 0 | 33.23 | 1 | 0.75 |
| Hex | FF | C5 | 7D | 0 | 17 | 33 | 0 | 21 | 64 | 4B |
| Octal | 377 | 305 | 175 | 0 | 27 | 63 | 0 | 41 | 144 | 113 |
| Binary | 11111111 | 11000101 | 1111101 | 0 | 10111 | 110011 | 0 | 100001 | 1100100 | 1001011 |
Color Harmonies of #FFC57D
Complementary color
Monochromatic Colors of #FFC57D
Black with #FFC57D
Text Example
Text Example
White with #FFC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC57D; }
p { color: rgb(255,197,125); }
H1.HeaderClassName
{
color: #FFC57D;
}
.AnyTagClassName
{
color: #FFC57D;
}
</style>
background-color css
<style>
a { background-color: #FFC57D; }
a { background-color: rgb(255,197,125); }
div.DivClassName
{
background-color: #FFC57D;
}
.BgClassName
{
background-color: #FFC57D;
}
</style>
border-color css
<style>
span { border-color: #FFC57D; }
span { border-color: rgb(255,197,125); }
td.TdClassName
{
border-color: #FFC57D;
}
.TagClassName
{
border-color: #FFC57D;
}
</style>