Shades of Grandis #FFD472
Tints of Grandis #FFD472
RGB
CMYK
RGB Variations
Color information
#FFD472 (or 0xFFD472) is known color: Grandis. HEX triplet: FF, D4 and 72. RGB value is (255,212,114). Sum of RGB (Red+Green+Blue) = 255+212+114=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD472 is #002B8D. Grayscale: #D6D6D6. Windows color (decimal): -11150 or 7525631. OLE color: 7525631.
HSL color Cylindrical-coordinate representation of color #FFD472: hue angle of 41.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD472 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 114 | - |
| CMYK | 0 | 0.17 | 0.55 | 0 |
| HSL | 41.7º | 1% | 0.72% | - |
| HSV(B) | 41.7º | 0.55% | 1% | - |
| XYZ | 67.82 | 69.56 | 25.77 | - |
| YUV | 213.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 114 | 0 | 0.17 | 0.55 | 0 | 41.7 | 1 | 0.72 |
| Hex | FF | D4 | 72 | 0 | 11 | 37 | 0 | 2A | 64 | 48 |
| Octal | 377 | 324 | 162 | 0 | 21 | 67 | 0 | 52 | 144 | 110 |
| Binary | 11111111 | 11010100 | 1110010 | 0 | 10001 | 110111 | 0 | 101010 | 1100100 | 1001000 |
Color Harmonies of #FFD472
Complementary color
Monochromatic Colors of #FFD472
Black with #FFD472
Text Example
Text Example
White with #FFD472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD472; }
p { color: rgb(255,212,114); }
H1.HeaderClassName
{
color: #FFD472;
}
.AnyTagClassName
{
color: #FFD472;
}
</style>
background-color css
<style>
a { background-color: #FFD472; }
a { background-color: rgb(255,212,114); }
div.DivClassName
{
background-color: #FFD472;
}
.BgClassName
{
background-color: #FFD472;
}
</style>
border-color css
<style>
span { border-color: #FFD472; }
span { border-color: rgb(255,212,114); }
td.TdClassName
{
border-color: #FFD472;
}
.TagClassName
{
border-color: #FFD472;
}
</style>