Shades of Chardonnay #FFC077
Tints of Chardonnay #FFC077
RGB
CMYK
RGB Variations
Color information
#FFC077 (or 0xFFC077) is known color: Chardonnay. HEX triplet: FF, C0 and 77. RGB value is (255,192,119). Sum of RGB (Red+Green+Blue) = 255+192+119=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC077 is #003F88. Grayscale: #CACACA. Windows color (decimal): -16265 or 7848191. OLE color: 7848191.
HSL color Cylindrical-coordinate representation of color #FFC077: hue angle of 32.21º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFC077 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 119 | - |
| CMYK | 0 | 0.25 | 0.53 | 0 |
| HSL | 32.21º | 1% | 0.73% | - |
| HSV(B) | 32.21º | 0.53% | 1% | - |
| XYZ | 63.42 | 60.29 | 25.75 | - |
| YUV | 202.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 119 | 0 | 0.25 | 0.53 | 0 | 32.21 | 1 | 0.73 |
| Hex | FF | C0 | 77 | 0 | 19 | 35 | 0 | 20 | 64 | 49 |
| Octal | 377 | 300 | 167 | 0 | 31 | 65 | 0 | 40 | 144 | 111 |
| Binary | 11111111 | 11000000 | 1110111 | 0 | 11001 | 110101 | 0 | 100000 | 1100100 | 1001001 |
Color Harmonies of #FFC077
Complementary color
Monochromatic Colors of #FFC077
Black with #FFC077
Text Example
Text Example
White with #FFC077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC077; }
p { color: rgb(255,192,119); }
H1.HeaderClassName
{
color: #FFC077;
}
.AnyTagClassName
{
color: #FFC077;
}
</style>
background-color css
<style>
a { background-color: #FFC077; }
a { background-color: rgb(255,192,119); }
div.DivClassName
{
background-color: #FFC077;
}
.BgClassName
{
background-color: #FFC077;
}
</style>
border-color css
<style>
span { border-color: #FFC077; }
span { border-color: rgb(255,192,119); }
td.TdClassName
{
border-color: #FFC077;
}
.TagClassName
{
border-color: #FFC077;
}
</style>