Shades of Grandis #FFC66B
Tints of Grandis #FFC66B
RGB
CMYK
RGB Variations
Color information
#FFC66B (or 0xFFC66B) is known color: Grandis. HEX triplet: FF, C6 and 6B. RGB value is (255,198,107). Sum of RGB (Red+Green+Blue) = 255+198+107=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC66B is #003994. Grayscale: #CDCDCD. Windows color (decimal): -14741 or 7063295. OLE color: 7063295.
HSL color Cylindrical-coordinate representation of color #FFC66B: hue angle of 36.89º 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 #FFC66B is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 107 | - |
| CMYK | 0 | 0.22 | 0.58 | 0 |
| HSL | 36.89º | 1% | 0.71% | - |
| HSV(B) | 36.89º | 0.58% | 1% | - |
| XYZ | 64.09 | 62.71 | 22.64 | - |
| YUV | 204.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 107 | 0 | 0.22 | 0.58 | 0 | 36.89 | 1 | 0.71 |
| Hex | FF | C6 | 6B | 0 | 16 | 3A | 0 | 25 | 64 | 47 |
| Octal | 377 | 306 | 153 | 0 | 26 | 72 | 0 | 45 | 144 | 107 |
| Binary | 11111111 | 11000110 | 1101011 | 0 | 10110 | 111010 | 0 | 100101 | 1100100 | 1000111 |
Color Harmonies of #FFC66B
Complementary color
Monochromatic Colors of #FFC66B
Black with #FFC66B
Text Example
Text Example
White with #FFC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC66B; }
p { color: rgb(255,198,107); }
H1.HeaderClassName
{
color: #FFC66B;
}
.AnyTagClassName
{
color: #FFC66B;
}
</style>
background-color css
<style>
a { background-color: #FFC66B; }
a { background-color: rgb(255,198,107); }
div.DivClassName
{
background-color: #FFC66B;
}
.BgClassName
{
background-color: #FFC66B;
}
</style>
border-color css
<style>
span { border-color: #FFC66B; }
span { border-color: rgb(255,198,107); }
td.TdClassName
{
border-color: #FFC66B;
}
.TagClassName
{
border-color: #FFC66B;
}
</style>