Shades of Grandis #FFD46C
Tints of Grandis #FFD46C
RGB
CMYK
RGB Variations
Color information
#FFD46C (or 0xFFD46C) is known color: Grandis. HEX triplet: FF, D4 and 6C. RGB value is (255,212,108). Sum of RGB (Red+Green+Blue) = 255+212+108=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 108 (42.58% from 255 or 18.78% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD46C is #002B93. Grayscale: #D5D5D5. Windows color (decimal): -11156 or 7132415. OLE color: 7132415.
HSL color Cylindrical-coordinate representation of color #FFD46C: hue angle of 42.45º 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 #FFD46C is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 108 | - |
| CMYK | 0 | 0.17 | 0.58 | 0 |
| HSL | 42.45º | 1% | 0.71% | - |
| HSV(B) | 42.45º | 0.58% | 1% | - |
| XYZ | 67.49 | 69.43 | 24.03 | - |
| YUV | 213 | 68.75 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 108 | 0 | 0.17 | 0.58 | 0 | 42.45 | 1 | 0.71 |
| Hex | FF | D4 | 6C | 0 | 11 | 3A | 0 | 2A | 64 | 47 |
| Octal | 377 | 324 | 154 | 0 | 21 | 72 | 0 | 52 | 144 | 107 |
| Binary | 11111111 | 11010100 | 1101100 | 0 | 10001 | 111010 | 0 | 101010 | 1100100 | 1000111 |
Color Harmonies of #FFD46C
Complementary color
Monochromatic Colors of #FFD46C
Black with #FFD46C
Text Example
Text Example
White with #FFD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD46C; }
p { color: rgb(255,212,108); }
H1.HeaderClassName
{
color: #FFD46C;
}
.AnyTagClassName
{
color: #FFD46C;
}
</style>
background-color css
<style>
a { background-color: #FFD46C; }
a { background-color: rgb(255,212,108); }
div.DivClassName
{
background-color: #FFD46C;
}
.BgClassName
{
background-color: #FFD46C;
}
</style>
border-color css
<style>
span { border-color: #FFD46C; }
span { border-color: rgb(255,212,108); }
td.TdClassName
{
border-color: #FFD46C;
}
.TagClassName
{
border-color: #FFD46C;
}
</style>