Shades of Grandis #FFD46D
Tints of Grandis #FFD46D
RGB
CMYK
RGB Variations
Color information
#FFD46D (or 0xFFD46D) is known color: Grandis. HEX triplet: FF, D4 and 6D. RGB value is (255,212,109). Sum of RGB (Red+Green+Blue) = 255+212+109=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD46D is #002B92. Grayscale: #D5D5D5. Windows color (decimal): -11155 or 7197951. OLE color: 7197951.
HSL color Cylindrical-coordinate representation of color #FFD46D: hue angle of 42.33º 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 #FFD46D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 109 | - |
| CMYK | 0 | 0.17 | 0.57 | 0 |
| HSL | 42.33º | 1% | 0.71% | - |
| HSV(B) | 42.33º | 0.57% | 1% | - |
| XYZ | 67.54 | 69.45 | 24.31 | - |
| YUV | 213.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 109 | 0 | 0.17 | 0.57 | 0 | 42.33 | 1 | 0.71 |
| Hex | FF | D4 | 6D | 0 | 11 | 39 | 0 | 2A | 64 | 47 |
| Octal | 377 | 324 | 155 | 0 | 21 | 71 | 0 | 52 | 144 | 107 |
| Binary | 11111111 | 11010100 | 1101101 | 0 | 10001 | 111001 | 0 | 101010 | 1100100 | 1000111 |
Color Harmonies of #FFD46D
Complementary color
Monochromatic Colors of #FFD46D
Black with #FFD46D
Text Example
Text Example
White with #FFD46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD46D; }
p { color: rgb(255,212,109); }
H1.HeaderClassName
{
color: #FFD46D;
}
.AnyTagClassName
{
color: #FFD46D;
}
</style>
background-color css
<style>
a { background-color: #FFD46D; }
a { background-color: rgb(255,212,109); }
div.DivClassName
{
background-color: #FFD46D;
}
.BgClassName
{
background-color: #FFD46D;
}
</style>
border-color css
<style>
span { border-color: #FFD46D; }
span { border-color: rgb(255,212,109); }
td.TdClassName
{
border-color: #FFD46D;
}
.TagClassName
{
border-color: #FFD46D;
}
</style>