Shades of Chardonnay #FFC675
Tints of Chardonnay #FFC675
RGB
CMYK
RGB Variations
Color information
#FFC675 (or 0xFFC675) is known color: Chardonnay. HEX triplet: FF, C6 and 75. RGB value is (255,198,117). Sum of RGB (Red+Green+Blue) = 255+198+117=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC675 is #00398A. Grayscale: #CECECE. Windows color (decimal): -14731 or 7718655. OLE color: 7718655.
HSL color Cylindrical-coordinate representation of color #FFC675: hue angle of 35.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFC675 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 117 | - |
| CMYK | 0 | 0.22 | 0.54 | 0 |
| HSL | 35.22º | 1% | 0.73% | - |
| HSV(B) | 35.22º | 0.54% | 1% | - |
| XYZ | 64.64 | 62.93 | 25.57 | - |
| YUV | 205.81 | 77.88 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 117 | 0 | 0.22 | 0.54 | 0 | 35.22 | 1 | 0.73 |
| Hex | FF | C6 | 75 | 0 | 16 | 36 | 0 | 23 | 64 | 49 |
| Octal | 377 | 306 | 165 | 0 | 26 | 66 | 0 | 43 | 144 | 111 |
| Binary | 11111111 | 11000110 | 1110101 | 0 | 10110 | 110110 | 0 | 100011 | 1100100 | 1001001 |
Color Harmonies of #FFC675
Complementary color
Monochromatic Colors of #FFC675
Black with #FFC675
Text Example
Text Example
White with #FFC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC675; }
p { color: rgb(255,198,117); }
H1.HeaderClassName
{
color: #FFC675;
}
.AnyTagClassName
{
color: #FFC675;
}
</style>
background-color css
<style>
a { background-color: #FFC675; }
a { background-color: rgb(255,198,117); }
div.DivClassName
{
background-color: #FFC675;
}
.BgClassName
{
background-color: #FFC675;
}
</style>
border-color css
<style>
span { border-color: #FFC675; }
span { border-color: rgb(255,198,117); }
td.TdClassName
{
border-color: #FFC675;
}
.TagClassName
{
border-color: #FFC675;
}
</style>