Shades of Chardonnay #FFC671
Tints of Chardonnay #FFC671
RGB
CMYK
RGB Variations
Color information
#FFC671 (or 0xFFC671) is known color: Chardonnay. HEX triplet: FF, C6 and 71. RGB value is (255,198,113). Sum of RGB (Red+Green+Blue) = 255+198+113=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC671 is #00398E. Grayscale: #CDCDCD. Windows color (decimal): -14735 or 7456511. OLE color: 7456511.
HSL color Cylindrical-coordinate representation of color #FFC671: hue angle of 35.92º 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 #FFC671 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 113 | - |
| CMYK | 0 | 0.22 | 0.56 | 0 |
| HSL | 35.92º | 1% | 0.72% | - |
| HSV(B) | 35.92º | 0.56% | 1% | - |
| XYZ | 64.41 | 62.84 | 24.36 | - |
| YUV | 205.35 | 75.88 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 113 | 0 | 0.22 | 0.56 | 0 | 35.92 | 1 | 0.72 |
| Hex | FF | C6 | 71 | 0 | 16 | 38 | 0 | 24 | 64 | 48 |
| Octal | 377 | 306 | 161 | 0 | 26 | 70 | 0 | 44 | 144 | 110 |
| Binary | 11111111 | 11000110 | 1110001 | 0 | 10110 | 111000 | 0 | 100100 | 1100100 | 1001000 |
Color Harmonies of #FFC671
Complementary color
Monochromatic Colors of #FFC671
Black with #FFC671
Text Example
Text Example
White with #FFC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC671; }
p { color: rgb(255,198,113); }
H1.HeaderClassName
{
color: #FFC671;
}
.AnyTagClassName
{
color: #FFC671;
}
</style>
background-color css
<style>
a { background-color: #FFC671; }
a { background-color: rgb(255,198,113); }
div.DivClassName
{
background-color: #FFC671;
}
.BgClassName
{
background-color: #FFC671;
}
</style>
border-color css
<style>
span { border-color: #FFC671; }
span { border-color: rgb(255,198,113); }
td.TdClassName
{
border-color: #FFC671;
}
.TagClassName
{
border-color: #FFC671;
}
</style>