Shades of Grandis #FFD56A
Tints of Grandis #FFD56A
RGB
CMYK
RGB Variations
Color information
#FFD56A (or 0xFFD56A) is known color: Grandis. HEX triplet: FF, D5 and 6A. RGB value is (255,213,106). Sum of RGB (Red+Green+Blue) = 255+213+106=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 106 (41.80% from 255 or 18.47% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD56A is #002A95. Grayscale: #D5D5D5. Windows color (decimal): -10902 or 7001599. OLE color: 7001599.
HSL color Cylindrical-coordinate representation of color #FFD56A: hue angle of 43.09º 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 #FFD56A is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 106 | - |
| CMYK | 0 | 0.16 | 0.58 | 0 |
| HSL | 43.09º | 1% | 0.71% | - |
| HSV(B) | 43.09º | 0.58% | 1% | - |
| XYZ | 67.64 | 69.89 | 23.56 | - |
| YUV | 213.36 | 67.41 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 106 | 0 | 0.16 | 0.58 | 0 | 43.09 | 1 | 0.71 |
| Hex | FF | D5 | 6A | 0 | 10 | 3A | 0 | 2B | 64 | 47 |
| Octal | 377 | 325 | 152 | 0 | 20 | 72 | 0 | 53 | 144 | 107 |
| Binary | 11111111 | 11010101 | 1101010 | 0 | 10000 | 111010 | 0 | 101011 | 1100100 | 1000111 |
Color Harmonies of #FFD56A
Complementary color
Monochromatic Colors of #FFD56A
Black with #FFD56A
Text Example
Text Example
White with #FFD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD56A; }
p { color: rgb(255,213,106); }
H1.HeaderClassName
{
color: #FFD56A;
}
.AnyTagClassName
{
color: #FFD56A;
}
</style>
background-color css
<style>
a { background-color: #FFD56A; }
a { background-color: rgb(255,213,106); }
div.DivClassName
{
background-color: #FFD56A;
}
.BgClassName
{
background-color: #FFD56A;
}
</style>
border-color css
<style>
span { border-color: #FFD56A; }
span { border-color: rgb(255,213,106); }
td.TdClassName
{
border-color: #FFD56A;
}
.TagClassName
{
border-color: #FFD56A;
}
</style>