Shades of Grandis #FFD56E
Tints of Grandis #FFD56E
RGB
CMYK
RGB Variations
Color information
#FFD56E (or 0xFFD56E) is known color: Grandis. HEX triplet: FF, D5 and 6E. RGB value is (255,213,110). Sum of RGB (Red+Green+Blue) = 255+213+110=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD56E is #002A91. Grayscale: #D6D6D6. Windows color (decimal): -10898 or 7263743. OLE color: 7263743.
HSL color Cylindrical-coordinate representation of color #FFD56E: hue angle of 42.62º 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 #FFD56E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 110 | - |
| CMYK | 0 | 0.16 | 0.57 | 0 |
| HSL | 42.62º | 1% | 0.72% | - |
| HSV(B) | 42.62º | 0.57% | 1% | - |
| XYZ | 67.85 | 69.97 | 24.68 | - |
| YUV | 213.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 110 | 0 | 0.16 | 0.57 | 0 | 42.62 | 1 | 0.72 |
| Hex | FF | D5 | 6E | 0 | 10 | 39 | 0 | 2B | 64 | 48 |
| Octal | 377 | 325 | 156 | 0 | 20 | 71 | 0 | 53 | 144 | 110 |
| Binary | 11111111 | 11010101 | 1101110 | 0 | 10000 | 111001 | 0 | 101011 | 1100100 | 1001000 |
Color Harmonies of #FFD56E
Complementary color
Monochromatic Colors of #FFD56E
Black with #FFD56E
Text Example
Text Example
White with #FFD56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD56E; }
p { color: rgb(255,213,110); }
H1.HeaderClassName
{
color: #FFD56E;
}
.AnyTagClassName
{
color: #FFD56E;
}
</style>
background-color css
<style>
a { background-color: #FFD56E; }
a { background-color: rgb(255,213,110); }
div.DivClassName
{
background-color: #FFD56E;
}
.BgClassName
{
background-color: #FFD56E;
}
</style>
border-color css
<style>
span { border-color: #FFD56E; }
span { border-color: rgb(255,213,110); }
td.TdClassName
{
border-color: #FFD56E;
}
.TagClassName
{
border-color: #FFD56E;
}
</style>