Shades of Grandis #FFD16B
Tints of Grandis #FFD16B
RGB
CMYK
RGB Variations
Color information
#FFD16B (or 0xFFD16B) is known color: Grandis. HEX triplet: FF, D1 and 6B. RGB value is (255,209,107). Sum of RGB (Red+Green+Blue) = 255+209+107=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD16B is #002E94. Grayscale: #D3D3D3. Windows color (decimal): -11925 or 7066111. OLE color: 7066111.
HSL color Cylindrical-coordinate representation of color #FFD16B: hue angle of 41.35º 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 #FFD16B is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 107 | - |
| CMYK | 0 | 0.18 | 0.58 | 0 |
| HSL | 41.35º | 1% | 0.71% | - |
| HSV(B) | 41.35º | 0.58% | 1% | - |
| XYZ | 66.69 | 67.92 | 23.51 | - |
| YUV | 211.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 107 | 0 | 0.18 | 0.58 | 0 | 41.35 | 1 | 0.71 |
| Hex | FF | D1 | 6B | 0 | 12 | 3A | 0 | 29 | 64 | 47 |
| Octal | 377 | 321 | 153 | 0 | 22 | 72 | 0 | 51 | 144 | 107 |
| Binary | 11111111 | 11010001 | 1101011 | 0 | 10010 | 111010 | 0 | 101001 | 1100100 | 1000111 |
Color Harmonies of #FFD16B
Complementary color
Monochromatic Colors of #FFD16B
Black with #FFD16B
Text Example
Text Example
White with #FFD16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD16B; }
p { color: rgb(255,209,107); }
H1.HeaderClassName
{
color: #FFD16B;
}
.AnyTagClassName
{
color: #FFD16B;
}
</style>
background-color css
<style>
a { background-color: #FFD16B; }
a { background-color: rgb(255,209,107); }
div.DivClassName
{
background-color: #FFD16B;
}
.BgClassName
{
background-color: #FFD16B;
}
</style>
border-color css
<style>
span { border-color: #FFD16B; }
span { border-color: rgb(255,209,107); }
td.TdClassName
{
border-color: #FFD16B;
}
.TagClassName
{
border-color: #FFD16B;
}
</style>