Shades of Grandis #FFD16A
Tints of Grandis #FFD16A
RGB
CMYK
RGB Variations
Color information
#FFD16A (or 0xFFD16A) is known color: Grandis. HEX triplet: FF, D1 and 6A. RGB value is (255,209,106). Sum of RGB (Red+Green+Blue) = 255+209+106=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD16A is #002E95. Grayscale: #D3D3D3. Windows color (decimal): -11926 or 7000575. OLE color: 7000575.
HSL color Cylindrical-coordinate representation of color #FFD16A: hue angle of 41.48º 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 #FFD16A is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 106 | - |
| CMYK | 0 | 0.18 | 0.58 | 0 |
| HSL | 41.48º | 1% | 0.71% | - |
| HSV(B) | 41.48º | 0.58% | 1% | - |
| XYZ | 66.64 | 67.9 | 23.23 | - |
| YUV | 211.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 106 | 0 | 0.18 | 0.58 | 0 | 41.48 | 1 | 0.71 |
| Hex | FF | D1 | 6A | 0 | 12 | 3A | 0 | 29 | 64 | 47 |
| Octal | 377 | 321 | 152 | 0 | 22 | 72 | 0 | 51 | 144 | 107 |
| Binary | 11111111 | 11010001 | 1101010 | 0 | 10010 | 111010 | 0 | 101001 | 1100100 | 1000111 |
Color Harmonies of #FFD16A
Complementary color
Monochromatic Colors of #FFD16A
Black with #FFD16A
Text Example
Text Example
White with #FFD16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD16A; }
p { color: rgb(255,209,106); }
H1.HeaderClassName
{
color: #FFD16A;
}
.AnyTagClassName
{
color: #FFD16A;
}
</style>
background-color css
<style>
a { background-color: #FFD16A; }
a { background-color: rgb(255,209,106); }
div.DivClassName
{
background-color: #FFD16A;
}
.BgClassName
{
background-color: #FFD16A;
}
</style>
border-color css
<style>
span { border-color: #FFD16A; }
span { border-color: rgb(255,209,106); }
td.TdClassName
{
border-color: #FFD16A;
}
.TagClassName
{
border-color: #FFD16A;
}
</style>