Shades of Grandis #FFD177
Tints of Grandis #FFD177
RGB
CMYK
RGB Variations
Color information
#FFD177 (or 0xFFD177) is known color: Grandis. HEX triplet: FF, D1 and 77. RGB value is (255,209,119). Sum of RGB (Red+Green+Blue) = 255+209+119=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD177 is #002E88. Grayscale: #D4D4D4. Windows color (decimal): -11913 or 7852543. OLE color: 7852543.
HSL color Cylindrical-coordinate representation of color #FFD177: hue angle of 39.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFD177 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 119 | - |
| CMYK | 0 | 0.18 | 0.53 | 0 |
| HSL | 39.71º | 1% | 0.73% | - |
| HSV(B) | 39.71º | 0.53% | 1% | - |
| XYZ | 67.37 | 68.19 | 27.06 | - |
| YUV | 212.49 | 75.24 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 119 | 0 | 0.18 | 0.53 | 0 | 39.71 | 1 | 0.73 |
| Hex | FF | D1 | 77 | 0 | 12 | 35 | 0 | 28 | 64 | 49 |
| Octal | 377 | 321 | 167 | 0 | 22 | 65 | 0 | 50 | 144 | 111 |
| Binary | 11111111 | 11010001 | 1110111 | 0 | 10010 | 110101 | 0 | 101000 | 1100100 | 1001001 |
Color Harmonies of #FFD177
Complementary color
Monochromatic Colors of #FFD177
Black with #FFD177
Text Example
Text Example
White with #FFD177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD177; }
p { color: rgb(255,209,119); }
H1.HeaderClassName
{
color: #FFD177;
}
.AnyTagClassName
{
color: #FFD177;
}
</style>
background-color css
<style>
a { background-color: #FFD177; }
a { background-color: rgb(255,209,119); }
div.DivClassName
{
background-color: #FFD177;
}
.BgClassName
{
background-color: #FFD177;
}
</style>
border-color css
<style>
span { border-color: #FFD177; }
span { border-color: rgb(255,209,119); }
td.TdClassName
{
border-color: #FFD177;
}
.TagClassName
{
border-color: #FFD177;
}
</style>