Shades of Chardonnay #FFC570
Tints of Chardonnay #FFC570
RGB
CMYK
RGB Variations
Color information
#FFC570 (or 0xFFC570) is known color: Chardonnay. HEX triplet: FF, C5 and 70. RGB value is (255,197,112). Sum of RGB (Red+Green+Blue) = 255+197+112=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC570 is #003A8F. Grayscale: #CDCDCD. Windows color (decimal): -14992 or 7390719. OLE color: 7390719.
HSL color Cylindrical-coordinate representation of color #FFC570: hue angle of 35.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFC570 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 112 | - |
| CMYK | 0 | 0.23 | 0.56 | 0 |
| HSL | 35.66º | 1% | 0.72% | - |
| HSV(B) | 35.66º | 0.56% | 1% | - |
| XYZ | 64.13 | 62.36 | 23.99 | - |
| YUV | 204.65 | 75.72 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 112 | 0 | 0.23 | 0.56 | 0 | 35.66 | 1 | 0.72 |
| Hex | FF | C5 | 70 | 0 | 17 | 38 | 0 | 24 | 64 | 48 |
| Octal | 377 | 305 | 160 | 0 | 27 | 70 | 0 | 44 | 144 | 110 |
| Binary | 11111111 | 11000101 | 1110000 | 0 | 10111 | 111000 | 0 | 100100 | 1100100 | 1001000 |
Color Harmonies of #FFC570
Complementary color
Monochromatic Colors of #FFC570
Black with #FFC570
Text Example
Text Example
White with #FFC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC570; }
p { color: rgb(255,197,112); }
H1.HeaderClassName
{
color: #FFC570;
}
.AnyTagClassName
{
color: #FFC570;
}
</style>
background-color css
<style>
a { background-color: #FFC570; }
a { background-color: rgb(255,197,112); }
div.DivClassName
{
background-color: #FFC570;
}
.BgClassName
{
background-color: #FFC570;
}
</style>
border-color css
<style>
span { border-color: #FFC570; }
span { border-color: rgb(255,197,112); }
td.TdClassName
{
border-color: #FFC570;
}
.TagClassName
{
border-color: #FFC570;
}
</style>