Shades of Chardonnay #FFC06E
Tints of Chardonnay #FFC06E
RGB
CMYK
RGB Variations
Color information
#FFC06E (or 0xFFC06E) is known color: Chardonnay. HEX triplet: FF, C0 and 6E. RGB value is (255,192,110). Sum of RGB (Red+Green+Blue) = 255+192+110=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC06E is #003F91. Grayscale: #C9C9C9. Windows color (decimal): -16274 or 7258367. OLE color: 7258367.
HSL color Cylindrical-coordinate representation of color #FFC06E: hue angle of 33.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFC06E is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 110 | - |
| CMYK | 0 | 0.25 | 0.57 | 0 |
| HSL | 33.93º | 1% | 0.72% | - |
| HSV(B) | 33.93º | 0.57% | 1% | - |
| XYZ | 62.9 | 60.09 | 23.03 | - |
| YUV | 201.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 110 | 0 | 0.25 | 0.57 | 0 | 33.93 | 1 | 0.72 |
| Hex | FF | C0 | 6E | 0 | 19 | 39 | 0 | 22 | 64 | 48 |
| Octal | 377 | 300 | 156 | 0 | 31 | 71 | 0 | 42 | 144 | 110 |
| Binary | 11111111 | 11000000 | 1101110 | 0 | 11001 | 111001 | 0 | 100010 | 1100100 | 1001000 |
Color Harmonies of #FFC06E
Complementary color
Monochromatic Colors of #FFC06E
Black with #FFC06E
Text Example
Text Example
White with #FFC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC06E; }
p { color: rgb(255,192,110); }
H1.HeaderClassName
{
color: #FFC06E;
}
.AnyTagClassName
{
color: #FFC06E;
}
</style>
background-color css
<style>
a { background-color: #FFC06E; }
a { background-color: rgb(255,192,110); }
div.DivClassName
{
background-color: #FFC06E;
}
.BgClassName
{
background-color: #FFC06E;
}
</style>
border-color css
<style>
span { border-color: #FFC06E; }
span { border-color: rgb(255,192,110); }
td.TdClassName
{
border-color: #FFC06E;
}
.TagClassName
{
border-color: #FFC06E;
}
</style>