Shades of Grandis #FFD76E
Tints of Grandis #FFD76E
RGB
CMYK
RGB Variations
Color information
#FFD76E (or 0xFFD76E) is known color: Grandis. HEX triplet: FF, D7 and 6E. RGB value is (255,215,110). Sum of RGB (Red+Green+Blue) = 255+215+110=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 110 (43.36% from 255 or 18.97% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD76E is #002891. Grayscale: #D7D7D7. Windows color (decimal): -10386 or 7264255. OLE color: 7264255.
HSL color Cylindrical-coordinate representation of color #FFD76E: hue angle of 43.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFD76E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 110 | - |
| CMYK | 0 | 0.16 | 0.57 | 0 |
| HSL | 43.45º | 1% | 0.72% | - |
| HSV(B) | 43.45º | 0.57% | 1% | - |
| XYZ | 68.35 | 70.99 | 24.85 | - |
| YUV | 214.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 110 | 0 | 0.16 | 0.57 | 0 | 43.45 | 1 | 0.72 |
| Hex | FF | D7 | 6E | 0 | 10 | 39 | 0 | 2B | 64 | 48 |
| Octal | 377 | 327 | 156 | 0 | 20 | 71 | 0 | 53 | 144 | 110 |
| Binary | 11111111 | 11010111 | 1101110 | 0 | 10000 | 111001 | 0 | 101011 | 1100100 | 1001000 |
Color Harmonies of #FFD76E
Complementary color
Monochromatic Colors of #FFD76E
Black with #FFD76E
Text Example
Text Example
White with #FFD76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD76E; }
p { color: rgb(255,215,110); }
H1.HeaderClassName
{
color: #FFD76E;
}
.AnyTagClassName
{
color: #FFD76E;
}
</style>
background-color css
<style>
a { background-color: #FFD76E; }
a { background-color: rgb(255,215,110); }
div.DivClassName
{
background-color: #FFD76E;
}
.BgClassName
{
background-color: #FFD76E;
}
</style>
border-color css
<style>
span { border-color: #FFD76E; }
span { border-color: rgb(255,215,110); }
td.TdClassName
{
border-color: #FFD76E;
}
.TagClassName
{
border-color: #FFD76E;
}
</style>