Shades of Grandis #FFC66D
Tints of Grandis #FFC66D
RGB
CMYK
RGB Variations
Color information
#FFC66D (or 0xFFC66D) is known color: Grandis. HEX triplet: FF, C6 and 6D. RGB value is (255,198,109). Sum of RGB (Red+Green+Blue) = 255+198+109=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC66D is #003992. Grayscale: #CDCDCD. Windows color (decimal): -14739 or 7194367. OLE color: 7194367.
HSL color Cylindrical-coordinate representation of color #FFC66D: hue angle of 36.58º 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 #FFC66D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 109 | - |
| CMYK | 0 | 0.22 | 0.57 | 0 |
| HSL | 36.58º | 1% | 0.71% | - |
| HSV(B) | 36.58º | 0.57% | 1% | - |
| XYZ | 64.19 | 62.75 | 23.2 | - |
| YUV | 204.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 109 | 0 | 0.22 | 0.57 | 0 | 36.58 | 1 | 0.71 |
| Hex | FF | C6 | 6D | 0 | 16 | 39 | 0 | 25 | 64 | 47 |
| Octal | 377 | 306 | 155 | 0 | 26 | 71 | 0 | 45 | 144 | 107 |
| Binary | 11111111 | 11000110 | 1101101 | 0 | 10110 | 111001 | 0 | 100101 | 1100100 | 1000111 |
Color Harmonies of #FFC66D
Complementary color
Monochromatic Colors of #FFC66D
Black with #FFC66D
Text Example
Text Example
White with #FFC66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC66D; }
p { color: rgb(255,198,109); }
H1.HeaderClassName
{
color: #FFC66D;
}
.AnyTagClassName
{
color: #FFC66D;
}
</style>
background-color css
<style>
a { background-color: #FFC66D; }
a { background-color: rgb(255,198,109); }
div.DivClassName
{
background-color: #FFC66D;
}
.BgClassName
{
background-color: #FFC66D;
}
</style>
border-color css
<style>
span { border-color: #FFC66D; }
span { border-color: rgb(255,198,109); }
td.TdClassName
{
border-color: #FFC66D;
}
.TagClassName
{
border-color: #FFC66D;
}
</style>