Shades of Chardonnay #FFC069
Tints of Chardonnay #FFC069
RGB
CMYK
RGB Variations
Color information
#FFC069 (or 0xFFC069) is known color: Chardonnay. HEX triplet: FF, C0 and 69. RGB value is (255,192,105). Sum of RGB (Red+Green+Blue) = 255+192+105=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC069 is #003F96. Grayscale: #C9C9C9. Windows color (decimal): -16279 or 6930687. OLE color: 6930687.
HSL color Cylindrical-coordinate representation of color #FFC069: hue angle of 34.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFC069 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 105 | - |
| CMYK | 0 | 0.25 | 0.59 | 0 |
| HSL | 34.8º | 1% | 0.71% | - |
| HSV(B) | 34.8º | 0.59% | 1% | - |
| XYZ | 62.64 | 59.98 | 21.64 | - |
| YUV | 200.92 | 73.87 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 105 | 0 | 0.25 | 0.59 | 0 | 34.8 | 1 | 0.71 |
| Hex | FF | C0 | 69 | 0 | 19 | 3B | 0 | 23 | 64 | 47 |
| Octal | 377 | 300 | 151 | 0 | 31 | 73 | 0 | 43 | 144 | 107 |
| Binary | 11111111 | 11000000 | 1101001 | 0 | 11001 | 111011 | 0 | 100011 | 1100100 | 1000111 |
Color Harmonies of #FFC069
Complementary color
Monochromatic Colors of #FFC069
Black with #FFC069
Text Example
Text Example
White with #FFC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC069; }
p { color: rgb(255,192,105); }
H1.HeaderClassName
{
color: #FFC069;
}
.AnyTagClassName
{
color: #FFC069;
}
</style>
background-color css
<style>
a { background-color: #FFC069; }
a { background-color: rgb(255,192,105); }
div.DivClassName
{
background-color: #FFC069;
}
.BgClassName
{
background-color: #FFC069;
}
</style>
border-color css
<style>
span { border-color: #FFC069; }
span { border-color: rgb(255,192,105); }
td.TdClassName
{
border-color: #FFC069;
}
.TagClassName
{
border-color: #FFC069;
}
</style>