Shades of Grandis #FFC664
Tints of Grandis #FFC664
RGB
CMYK
RGB Variations
Color information
#FFC664 (or 0xFFC664) is known color: Grandis. HEX triplet: FF, C6 and 64. RGB value is (255,198,100). Sum of RGB (Red+Green+Blue) = 255+198+100=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 100 (39.45% from 255 or 18.08% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC664 is #00399B. Grayscale: #CCCCCC. Windows color (decimal): -14748 or 6604543. OLE color: 6604543.
HSL color Cylindrical-coordinate representation of color #FFC664: hue angle of 37.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFC664 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 100 | - |
| CMYK | 0 | 0.22 | 0.61 | 0 |
| HSL | 37.94º | 1% | 0.7% | - |
| HSV(B) | 37.94º | 0.61% | 1% | - |
| XYZ | 63.73 | 62.57 | 20.77 | - |
| YUV | 203.87 | 69.38 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 100 | 0 | 0.22 | 0.61 | 0 | 37.94 | 1 | 0.7 |
| Hex | FF | C6 | 64 | 0 | 16 | 3D | 0 | 26 | 64 | 46 |
| Octal | 377 | 306 | 144 | 0 | 26 | 75 | 0 | 46 | 144 | 106 |
| Binary | 11111111 | 11000110 | 1100100 | 0 | 10110 | 111101 | 0 | 100110 | 1100100 | 1000110 |
Color Harmonies of #FFC664
Complementary color
Monochromatic Colors of #FFC664
Black with #FFC664
Text Example
Text Example
White with #FFC664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC664; }
p { color: rgb(255,198,100); }
H1.HeaderClassName
{
color: #FFC664;
}
.AnyTagClassName
{
color: #FFC664;
}
</style>
background-color css
<style>
a { background-color: #FFC664; }
a { background-color: rgb(255,198,100); }
div.DivClassName
{
background-color: #FFC664;
}
.BgClassName
{
background-color: #FFC664;
}
</style>
border-color css
<style>
span { border-color: #FFC664; }
span { border-color: rgb(255,198,100); }
td.TdClassName
{
border-color: #FFC664;
}
.TagClassName
{
border-color: #FFC664;
}
</style>