Shades of Grandis #FFD36D
Tints of Grandis #FFD36D
RGB
CMYK
RGB Variations
Color information
#FFD36D (or 0xFFD36D) is known color: Grandis. HEX triplet: FF, D3 and 6D. RGB value is (255,211,109). Sum of RGB (Red+Green+Blue) = 255+211+109=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD36D is #002C92. Grayscale: #D4D4D4. Windows color (decimal): -11411 or 7197695. OLE color: 7197695.
HSL color Cylindrical-coordinate representation of color #FFD36D: hue angle of 41.92º 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 #FFD36D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 109 | - |
| CMYK | 0 | 0.17 | 0.57 | 0 |
| HSL | 41.92º | 1% | 0.71% | - |
| HSV(B) | 41.92º | 0.57% | 1% | - |
| XYZ | 67.29 | 68.95 | 24.23 | - |
| YUV | 212.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 109 | 0 | 0.17 | 0.57 | 0 | 41.92 | 1 | 0.71 |
| Hex | FF | D3 | 6D | 0 | 11 | 39 | 0 | 2A | 64 | 47 |
| Octal | 377 | 323 | 155 | 0 | 21 | 71 | 0 | 52 | 144 | 107 |
| Binary | 11111111 | 11010011 | 1101101 | 0 | 10001 | 111001 | 0 | 101010 | 1100100 | 1000111 |
Color Harmonies of #FFD36D
Complementary color
Monochromatic Colors of #FFD36D
Black with #FFD36D
Text Example
Text Example
White with #FFD36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD36D; }
p { color: rgb(255,211,109); }
H1.HeaderClassName
{
color: #FFD36D;
}
.AnyTagClassName
{
color: #FFD36D;
}
</style>
background-color css
<style>
a { background-color: #FFD36D; }
a { background-color: rgb(255,211,109); }
div.DivClassName
{
background-color: #FFD36D;
}
.BgClassName
{
background-color: #FFD36D;
}
</style>
border-color css
<style>
span { border-color: #FFD36D; }
span { border-color: rgb(255,211,109); }
td.TdClassName
{
border-color: #FFD36D;
}
.TagClassName
{
border-color: #FFD36D;
}
</style>