Shades of Grandis #FFD174
Tints of Grandis #FFD174
RGB
CMYK
RGB Variations
Color information
#FFD174 (or 0xFFD174) is known color: Grandis. HEX triplet: FF, D1 and 74. RGB value is (255,209,116). Sum of RGB (Red+Green+Blue) = 255+209+116=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD174 is #002E8B. Grayscale: #D4D4D4. Windows color (decimal): -11916 or 7655935. OLE color: 7655935.
HSL color Cylindrical-coordinate representation of color #FFD174: hue angle of 40.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD174 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 116 | - |
| CMYK | 0 | 0.18 | 0.55 | 0 |
| HSL | 40.14º | 1% | 0.73% | - |
| HSV(B) | 40.14º | 0.55% | 1% | - |
| XYZ | 67.19 | 68.12 | 26.13 | - |
| YUV | 212.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 116 | 0 | 0.18 | 0.55 | 0 | 40.14 | 1 | 0.73 |
| Hex | FF | D1 | 74 | 0 | 12 | 37 | 0 | 28 | 64 | 49 |
| Octal | 377 | 321 | 164 | 0 | 22 | 67 | 0 | 50 | 144 | 111 |
| Binary | 11111111 | 11010001 | 1110100 | 0 | 10010 | 110111 | 0 | 101000 | 1100100 | 1001001 |
Color Harmonies of #FFD174
Complementary color
Monochromatic Colors of #FFD174
Black with #FFD174
Text Example
Text Example
White with #FFD174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD174; }
p { color: rgb(255,209,116); }
H1.HeaderClassName
{
color: #FFD174;
}
.AnyTagClassName
{
color: #FFD174;
}
</style>
background-color css
<style>
a { background-color: #FFD174; }
a { background-color: rgb(255,209,116); }
div.DivClassName
{
background-color: #FFD174;
}
.BgClassName
{
background-color: #FFD174;
}
</style>
border-color css
<style>
span { border-color: #FFD174; }
span { border-color: rgb(255,209,116); }
td.TdClassName
{
border-color: #FFD174;
}
.TagClassName
{
border-color: #FFD174;
}
</style>