Shades of Grandis #FFC66C
Tints of Grandis #FFC66C
RGB
CMYK
RGB Variations
Color information
#FFC66C (or 0xFFC66C) is known color: Grandis. HEX triplet: FF, C6 and 6C. RGB value is (255,198,108). Sum of RGB (Red+Green+Blue) = 255+198+108=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC66C is #003993. Grayscale: #CDCDCD. Windows color (decimal): -14740 or 7128831. OLE color: 7128831.
HSL color Cylindrical-coordinate representation of color #FFC66C: hue angle of 36.73º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFC66C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 108 | - |
| CMYK | 0 | 0.22 | 0.58 | 0 |
| HSL | 36.73º | 1% | 0.71% | - |
| HSV(B) | 36.73º | 0.58% | 1% | - |
| XYZ | 64.14 | 62.73 | 22.92 | - |
| YUV | 204.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 108 | 0 | 0.22 | 0.58 | 0 | 36.73 | 1 | 0.71 |
| Hex | FF | C6 | 6C | 0 | 16 | 3A | 0 | 25 | 64 | 47 |
| Octal | 377 | 306 | 154 | 0 | 26 | 72 | 0 | 45 | 144 | 107 |
| Binary | 11111111 | 11000110 | 1101100 | 0 | 10110 | 111010 | 0 | 100101 | 1100100 | 1000111 |
Color Harmonies of #FFC66C
Complementary color
Monochromatic Colors of #FFC66C
Black with #FFC66C
Text Example
Text Example
White with #FFC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC66C; }
p { color: rgb(255,198,108); }
H1.HeaderClassName
{
color: #FFC66C;
}
.AnyTagClassName
{
color: #FFC66C;
}
</style>
background-color css
<style>
a { background-color: #FFC66C; }
a { background-color: rgb(255,198,108); }
div.DivClassName
{
background-color: #FFC66C;
}
.BgClassName
{
background-color: #FFC66C;
}
</style>
border-color css
<style>
span { border-color: #FFC66C; }
span { border-color: rgb(255,198,108); }
td.TdClassName
{
border-color: #FFC66C;
}
.TagClassName
{
border-color: #FFC66C;
}
</style>