Shades of Chardonnay #FFC06D
Tints of Chardonnay #FFC06D
RGB
CMYK
RGB Variations
Color information
#FFC06D (or 0xFFC06D) is known color: Chardonnay. HEX triplet: FF, C0 and 6D. RGB value is (255,192,109). Sum of RGB (Red+Green+Blue) = 255+192+109=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC06D is #003F92. Grayscale: #C9C9C9. Windows color (decimal): -16275 or 7192831. OLE color: 7192831.
HSL color Cylindrical-coordinate representation of color #FFC06D: hue angle of 34.11º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFC06D is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 109 | - |
| CMYK | 0 | 0.25 | 0.57 | 0 |
| HSL | 34.11º | 1% | 0.71% | - |
| HSV(B) | 34.11º | 0.57% | 1% | - |
| XYZ | 62.85 | 60.06 | 22.75 | - |
| YUV | 201.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 109 | 0 | 0.25 | 0.57 | 0 | 34.11 | 1 | 0.71 |
| Hex | FF | C0 | 6D | 0 | 19 | 39 | 0 | 22 | 64 | 47 |
| Octal | 377 | 300 | 155 | 0 | 31 | 71 | 0 | 42 | 144 | 107 |
| Binary | 11111111 | 11000000 | 1101101 | 0 | 11001 | 111001 | 0 | 100010 | 1100100 | 1000111 |
Color Harmonies of #FFC06D
Complementary color
Monochromatic Colors of #FFC06D
Black with #FFC06D
Text Example
Text Example
White with #FFC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC06D; }
p { color: rgb(255,192,109); }
H1.HeaderClassName
{
color: #FFC06D;
}
.AnyTagClassName
{
color: #FFC06D;
}
</style>
background-color css
<style>
a { background-color: #FFC06D; }
a { background-color: rgb(255,192,109); }
div.DivClassName
{
background-color: #FFC06D;
}
.BgClassName
{
background-color: #FFC06D;
}
</style>
border-color css
<style>
span { border-color: #FFC06D; }
span { border-color: rgb(255,192,109); }
td.TdClassName
{
border-color: #FFC06D;
}
.TagClassName
{
border-color: #FFC06D;
}
</style>