Shades of Grandis #FFC56D
Tints of Grandis #FFC56D
RGB
CMYK
RGB Variations
Color information
#FFC56D (or 0xFFC56D) is known color: Grandis. HEX triplet: FF, C5 and 6D. RGB value is (255,197,109). Sum of RGB (Red+Green+Blue) = 255+197+109=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC56D is #003A92. Grayscale: #CCCCCC. Windows color (decimal): -14995 or 7194111. OLE color: 7194111.
HSL color Cylindrical-coordinate representation of color #FFC56D: hue angle of 36.16º 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 #FFC56D is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 109 | - |
| CMYK | 0 | 0.23 | 0.57 | 0 |
| HSL | 36.16º | 1% | 0.71% | - |
| HSV(B) | 36.16º | 0.57% | 1% | - |
| XYZ | 63.97 | 62.3 | 23.12 | - |
| YUV | 204.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 109 | 0 | 0.23 | 0.57 | 0 | 36.16 | 1 | 0.71 |
| Hex | FF | C5 | 6D | 0 | 17 | 39 | 0 | 24 | 64 | 47 |
| Octal | 377 | 305 | 155 | 0 | 27 | 71 | 0 | 44 | 144 | 107 |
| Binary | 11111111 | 11000101 | 1101101 | 0 | 10111 | 111001 | 0 | 100100 | 1100100 | 1000111 |
Color Harmonies of #FFC56D
Complementary color
Monochromatic Colors of #FFC56D
Black with #FFC56D
Text Example
Text Example
White with #FFC56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC56D; }
p { color: rgb(255,197,109); }
H1.HeaderClassName
{
color: #FFC56D;
}
.AnyTagClassName
{
color: #FFC56D;
}
</style>
background-color css
<style>
a { background-color: #FFC56D; }
a { background-color: rgb(255,197,109); }
div.DivClassName
{
background-color: #FFC56D;
}
.BgClassName
{
background-color: #FFC56D;
}
</style>
border-color css
<style>
span { border-color: #FFC56D; }
span { border-color: rgb(255,197,109); }
td.TdClassName
{
border-color: #FFC56D;
}
.TagClassName
{
border-color: #FFC56D;
}
</style>