Shades of Grandis #FFD172
Tints of Grandis #FFD172
RGB
CMYK
RGB Variations
Color information
#FFD172 (or 0xFFD172) is known color: Grandis. HEX triplet: FF, D1 and 72. RGB value is (255,209,114). Sum of RGB (Red+Green+Blue) = 255+209+114=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD172 is #002E8D. Grayscale: #D4D4D4. Windows color (decimal): -11918 or 7524863. OLE color: 7524863.
HSL color Cylindrical-coordinate representation of color #FFD172: hue angle of 40.43º 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 #FFD172 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 114 | - |
| CMYK | 0 | 0.18 | 0.55 | 0 |
| HSL | 40.43º | 1% | 0.72% | - |
| HSV(B) | 40.43º | 0.55% | 1% | - |
| XYZ | 67.08 | 68.08 | 25.52 | - |
| YUV | 211.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 114 | 0 | 0.18 | 0.55 | 0 | 40.43 | 1 | 0.72 |
| Hex | FF | D1 | 72 | 0 | 12 | 37 | 0 | 28 | 64 | 48 |
| Octal | 377 | 321 | 162 | 0 | 22 | 67 | 0 | 50 | 144 | 110 |
| Binary | 11111111 | 11010001 | 1110010 | 0 | 10010 | 110111 | 0 | 101000 | 1100100 | 1001000 |
Color Harmonies of #FFD172
Complementary color
Monochromatic Colors of #FFD172
Black with #FFD172
Text Example
Text Example
White with #FFD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD172; }
p { color: rgb(255,209,114); }
H1.HeaderClassName
{
color: #FFD172;
}
.AnyTagClassName
{
color: #FFD172;
}
</style>
background-color css
<style>
a { background-color: #FFD172; }
a { background-color: rgb(255,209,114); }
div.DivClassName
{
background-color: #FFD172;
}
.BgClassName
{
background-color: #FFD172;
}
</style>
border-color css
<style>
span { border-color: #FFD172; }
span { border-color: rgb(255,209,114); }
td.TdClassName
{
border-color: #FFD172;
}
.TagClassName
{
border-color: #FFD172;
}
</style>