Shades of Grandis #FFD470
Tints of Grandis #FFD470
RGB
CMYK
RGB Variations
Color information
#FFD470 (or 0xFFD470) is known color: Grandis. HEX triplet: FF, D4 and 70. RGB value is (255,212,112). Sum of RGB (Red+Green+Blue) = 255+212+112=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD470 is #002B8F. Grayscale: #D5D5D5. Windows color (decimal): -11152 or 7394559. OLE color: 7394559.
HSL color Cylindrical-coordinate representation of color #FFD470: hue angle of 41.96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFD470 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 112 | - |
| CMYK | 0 | 0.17 | 0.56 | 0 |
| HSL | 41.96º | 1% | 0.72% | - |
| HSV(B) | 41.96º | 0.56% | 1% | - |
| XYZ | 67.71 | 69.52 | 25.18 | - |
| YUV | 213.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 112 | 0 | 0.17 | 0.56 | 0 | 41.96 | 1 | 0.72 |
| Hex | FF | D4 | 70 | 0 | 11 | 38 | 0 | 2A | 64 | 48 |
| Octal | 377 | 324 | 160 | 0 | 21 | 70 | 0 | 52 | 144 | 110 |
| Binary | 11111111 | 11010100 | 1110000 | 0 | 10001 | 111000 | 0 | 101010 | 1100100 | 1001000 |
Color Harmonies of #FFD470
Complementary color
Monochromatic Colors of #FFD470
Black with #FFD470
Text Example
Text Example
White with #FFD470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD470; }
p { color: rgb(255,212,112); }
H1.HeaderClassName
{
color: #FFD470;
}
.AnyTagClassName
{
color: #FFD470;
}
</style>
background-color css
<style>
a { background-color: #FFD470; }
a { background-color: rgb(255,212,112); }
div.DivClassName
{
background-color: #FFD470;
}
.BgClassName
{
background-color: #FFD470;
}
</style>
border-color css
<style>
span { border-color: #FFD470; }
span { border-color: rgb(255,212,112); }
td.TdClassName
{
border-color: #FFD470;
}
.TagClassName
{
border-color: #FFD470;
}
</style>