Shades of Grandis #FFD16C
Tints of Grandis #FFD16C
RGB
CMYK
RGB Variations
Color information
#FFD16C (or 0xFFD16C) is known color: Grandis. HEX triplet: FF, D1 and 6C. RGB value is (255,209,108). Sum of RGB (Red+Green+Blue) = 255+209+108=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 108 (42.58% from 255 or 18.88% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD16C is #002E93. Grayscale: #D3D3D3. Windows color (decimal): -11924 or 7131647. OLE color: 7131647.
HSL color Cylindrical-coordinate representation of color #FFD16C: hue angle of 41.22º 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 #FFD16C is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 108 | - |
| CMYK | 0 | 0.18 | 0.58 | 0 |
| HSL | 41.22º | 1% | 0.71% | - |
| HSV(B) | 41.22º | 0.58% | 1% | - |
| XYZ | 66.75 | 67.94 | 23.78 | - |
| YUV | 211.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 108 | 0 | 0.18 | 0.58 | 0 | 41.22 | 1 | 0.71 |
| Hex | FF | D1 | 6C | 0 | 12 | 3A | 0 | 29 | 64 | 47 |
| Octal | 377 | 321 | 154 | 0 | 22 | 72 | 0 | 51 | 144 | 107 |
| Binary | 11111111 | 11010001 | 1101100 | 0 | 10010 | 111010 | 0 | 101001 | 1100100 | 1000111 |
Color Harmonies of #FFD16C
Complementary color
Monochromatic Colors of #FFD16C
Black with #FFD16C
Text Example
Text Example
White with #FFD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD16C; }
p { color: rgb(255,209,108); }
H1.HeaderClassName
{
color: #FFD16C;
}
.AnyTagClassName
{
color: #FFD16C;
}
</style>
background-color css
<style>
a { background-color: #FFD16C; }
a { background-color: rgb(255,209,108); }
div.DivClassName
{
background-color: #FFD16C;
}
.BgClassName
{
background-color: #FFD16C;
}
</style>
border-color css
<style>
span { border-color: #FFD16C; }
span { border-color: rgb(255,209,108); }
td.TdClassName
{
border-color: #FFD16C;
}
.TagClassName
{
border-color: #FFD16C;
}
</style>