Shades of Grandis #FFD36B
Tints of Grandis #FFD36B
RGB
CMYK
RGB Variations
Color information
#FFD36B (or 0xFFD36B) is known color: Grandis. HEX triplet: FF, D3 and 6B. RGB value is (255,211,107). Sum of RGB (Red+Green+Blue) = 255+211+107=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 107 (42.19% from 255 or 18.67% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD36B is #002C94. Grayscale: #D4D4D4. Windows color (decimal): -11413 or 7066623. OLE color: 7066623.
HSL color Cylindrical-coordinate representation of color #FFD36B: hue angle of 42.16º 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 #FFD36B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 107 | - |
| CMYK | 0 | 0.17 | 0.58 | 0 |
| HSL | 42.16º | 1% | 0.71% | - |
| HSV(B) | 42.16º | 0.58% | 1% | - |
| XYZ | 67.19 | 68.91 | 23.67 | - |
| YUV | 212.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 107 | 0 | 0.17 | 0.58 | 0 | 42.16 | 1 | 0.71 |
| Hex | FF | D3 | 6B | 0 | 11 | 3A | 0 | 2A | 64 | 47 |
| Octal | 377 | 323 | 153 | 0 | 21 | 72 | 0 | 52 | 144 | 107 |
| Binary | 11111111 | 11010011 | 1101011 | 0 | 10001 | 111010 | 0 | 101010 | 1100100 | 1000111 |
Color Harmonies of #FFD36B
Complementary color
Monochromatic Colors of #FFD36B
Black with #FFD36B
Text Example
Text Example
White with #FFD36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD36B; }
p { color: rgb(255,211,107); }
H1.HeaderClassName
{
color: #FFD36B;
}
.AnyTagClassName
{
color: #FFD36B;
}
</style>
background-color css
<style>
a { background-color: #FFD36B; }
a { background-color: rgb(255,211,107); }
div.DivClassName
{
background-color: #FFD36B;
}
.BgClassName
{
background-color: #FFD36B;
}
</style>
border-color css
<style>
span { border-color: #FFD36B; }
span { border-color: rgb(255,211,107); }
td.TdClassName
{
border-color: #FFD36B;
}
.TagClassName
{
border-color: #FFD36B;
}
</style>