Shades of Grandis #FDD470
Tints of Grandis #FDD470
RGB
CMYK
RGB Variations
Color information
#FDD470 (or 0xFDD470) is known color: Grandis. HEX triplet: FD, D4 and 70. RGB value is (253,212,112). Sum of RGB (Red+Green+Blue) = 253+212+112=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD470 is #022B8F. Grayscale: #D5D5D5. Windows color (decimal): -142224 or 7394557. OLE color: 7394557.
HSL color Cylindrical-coordinate representation of color #FDD470: hue angle of 42.55º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDD470 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 112 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.01 |
| HSL | 42.55º | 0.97% | 0.72% | - |
| HSV(B) | 42.55º | 0.56% | 0.99% | - |
| XYZ | 66.98 | 69.14 | 25.14 | - |
| YUV | 212.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 112 | 0 | 0.16 | 0.56 | 0.01 | 42.55 | 0.97 | 0.72 |
| Hex | FD | D4 | 70 | 0 | 10 | 38 | 1 | 2B | 61 | 48 |
| Octal | 375 | 324 | 160 | 0 | 20 | 70 | 1 | 53 | 141 | 110 |
| Binary | 11111101 | 11010100 | 1110000 | 0 | 10000 | 111000 | 1 | 101011 | 1100001 | 1001000 |
Color Harmonies of #FDD470
Complementary color
Monochromatic Colors of #FDD470
Black with #FDD470
Text Example
Text Example
White with #FDD470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD470; }
p { color: rgb(253,212,112); }
H1.HeaderClassName
{
color: #FDD470;
}
.AnyTagClassName
{
color: #FDD470;
}
</style>
background-color css
<style>
a { background-color: #FDD470; }
a { background-color: rgb(253,212,112); }
div.DivClassName
{
background-color: #FDD470;
}
.BgClassName
{
background-color: #FDD470;
}
</style>
border-color css
<style>
span { border-color: #FDD470; }
span { border-color: rgb(253,212,112); }
td.TdClassName
{
border-color: #FDD470;
}
.TagClassName
{
border-color: #FDD470;
}
</style>