Shades of Chardonnay #FFC36D
Tints of Chardonnay #FFC36D
RGB
CMYK
RGB Variations
Color information
#FFC36D (or 0xFFC36D) is known color: Chardonnay. HEX triplet: FF, C3 and 6D. RGB value is (255,195,109). Sum of RGB (Red+Green+Blue) = 255+195+109=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC36D is #003C92. Grayscale: #CBCBCB. Windows color (decimal): -15507 or 7193599. OLE color: 7193599.
HSL color Cylindrical-coordinate representation of color #FFC36D: hue angle of 35.34º 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 #FFC36D is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 109 | - |
| CMYK | 0 | 0.24 | 0.57 | 0 |
| HSL | 35.34º | 1% | 0.71% | - |
| HSV(B) | 35.34º | 0.57% | 1% | - |
| XYZ | 63.52 | 61.39 | 22.97 | - |
| YUV | 203.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 109 | 0 | 0.24 | 0.57 | 0 | 35.34 | 1 | 0.71 |
| Hex | FF | C3 | 6D | 0 | 18 | 39 | 0 | 23 | 64 | 47 |
| Octal | 377 | 303 | 155 | 0 | 30 | 71 | 0 | 43 | 144 | 107 |
| Binary | 11111111 | 11000011 | 1101101 | 0 | 11000 | 111001 | 0 | 100011 | 1100100 | 1000111 |
Color Harmonies of #FFC36D
Complementary color
Monochromatic Colors of #FFC36D
Black with #FFC36D
Text Example
Text Example
White with #FFC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC36D; }
p { color: rgb(255,195,109); }
H1.HeaderClassName
{
color: #FFC36D;
}
.AnyTagClassName
{
color: #FFC36D;
}
</style>
background-color css
<style>
a { background-color: #FFC36D; }
a { background-color: rgb(255,195,109); }
div.DivClassName
{
background-color: #FFC36D;
}
.BgClassName
{
background-color: #FFC36D;
}
</style>
border-color css
<style>
span { border-color: #FFC36D; }
span { border-color: rgb(255,195,109); }
td.TdClassName
{
border-color: #FFC36D;
}
.TagClassName
{
border-color: #FFC36D;
}
</style>