Shades of Chardonnay #FFC572
Tints of Chardonnay #FFC572
RGB
CMYK
RGB Variations
Color information
#FFC572 (or 0xFFC572) is known color: Chardonnay. HEX triplet: FF, C5 and 72. RGB value is (255,197,114). Sum of RGB (Red+Green+Blue) = 255+197+114=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC572 is #003A8D. Grayscale: #CDCDCD. Windows color (decimal): -14990 or 7521791. OLE color: 7521791.
HSL color Cylindrical-coordinate representation of color #FFC572: hue angle of 35.32º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFC572 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 114 | - |
| CMYK | 0 | 0.23 | 0.55 | 0 |
| HSL | 35.32º | 1% | 0.72% | - |
| HSV(B) | 35.32º | 0.55% | 1% | - |
| XYZ | 64.24 | 62.41 | 24.58 | - |
| YUV | 204.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 114 | 0 | 0.23 | 0.55 | 0 | 35.32 | 1 | 0.72 |
| Hex | FF | C5 | 72 | 0 | 17 | 37 | 0 | 23 | 64 | 48 |
| Octal | 377 | 305 | 162 | 0 | 27 | 67 | 0 | 43 | 144 | 110 |
| Binary | 11111111 | 11000101 | 1110010 | 0 | 10111 | 110111 | 0 | 100011 | 1100100 | 1001000 |
Color Harmonies of #FFC572
Complementary color
Monochromatic Colors of #FFC572
Black with #FFC572
Text Example
Text Example
White with #FFC572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC572; }
p { color: rgb(255,197,114); }
H1.HeaderClassName
{
color: #FFC572;
}
.AnyTagClassName
{
color: #FFC572;
}
</style>
background-color css
<style>
a { background-color: #FFC572; }
a { background-color: rgb(255,197,114); }
div.DivClassName
{
background-color: #FFC572;
}
.BgClassName
{
background-color: #FFC572;
}
</style>
border-color css
<style>
span { border-color: #FFC572; }
span { border-color: rgb(255,197,114); }
td.TdClassName
{
border-color: #FFC572;
}
.TagClassName
{
border-color: #FFC572;
}
</style>