Shades of Chardonnay #FFC471
Tints of Chardonnay #FFC471
RGB
CMYK
RGB Variations
Color information
#FFC471 (or 0xFFC471) is known color: Chardonnay. HEX triplet: FF, C4 and 71. RGB value is (255,196,113). Sum of RGB (Red+Green+Blue) = 255+196+113=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 196 (76.95% from 255 or 34.75% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC471 is #003B8E. Grayscale: #CCCCCC. Windows color (decimal): -15247 or 7455999. OLE color: 7455999.
HSL color Cylindrical-coordinate representation of color #FFC471: hue angle of 35.07º 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 #FFC471 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 113 | - |
| CMYK | 0 | 0.23 | 0.56 | 0 |
| HSL | 35.07º | 1% | 0.72% | - |
| HSV(B) | 35.07º | 0.56% | 1% | - |
| XYZ | 63.96 | 61.93 | 24.21 | - |
| YUV | 204.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 113 | 0 | 0.23 | 0.56 | 0 | 35.07 | 1 | 0.72 |
| Hex | FF | C4 | 71 | 0 | 17 | 38 | 0 | 23 | 64 | 48 |
| Octal | 377 | 304 | 161 | 0 | 27 | 70 | 0 | 43 | 144 | 110 |
| Binary | 11111111 | 11000100 | 1110001 | 0 | 10111 | 111000 | 0 | 100011 | 1100100 | 1001000 |
Color Harmonies of #FFC471
Complementary color
Monochromatic Colors of #FFC471
Black with #FFC471
Text Example
Text Example
White with #FFC471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC471; }
p { color: rgb(255,196,113); }
H1.HeaderClassName
{
color: #FFC471;
}
.AnyTagClassName
{
color: #FFC471;
}
</style>
background-color css
<style>
a { background-color: #FFC471; }
a { background-color: rgb(255,196,113); }
div.DivClassName
{
background-color: #FFC471;
}
.BgClassName
{
background-color: #FFC471;
}
</style>
border-color css
<style>
span { border-color: #FFC471; }
span { border-color: rgb(255,196,113); }
td.TdClassName
{
border-color: #FFC471;
}
.TagClassName
{
border-color: #FFC471;
}
</style>