Shades of Grandis #FDD174
Tints of Grandis #FDD174
RGB
CMYK
RGB Variations
Color information
#FDD174 (or 0xFDD174) is known color: Grandis. HEX triplet: FD, D1 and 74. RGB value is (253,209,116). Sum of RGB (Red+Green+Blue) = 253+209+116=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 116 (45.70% from 255 or 20.07% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD174 is #022E8B. Grayscale: #D3D3D3. Windows color (decimal): -142988 or 7655933. OLE color: 7655933.
HSL color Cylindrical-coordinate representation of color #FDD174: hue angle of 40.73º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDD174 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 116 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.01 |
| HSL | 40.73º | 0.97% | 0.72% | - |
| HSV(B) | 40.73º | 0.54% | 0.99% | - |
| XYZ | 66.46 | 67.74 | 26.1 | - |
| YUV | 211.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 116 | 0 | 0.17 | 0.54 | 0.01 | 40.73 | 0.97 | 0.72 |
| Hex | FD | D1 | 74 | 0 | 11 | 36 | 1 | 29 | 61 | 48 |
| Octal | 375 | 321 | 164 | 0 | 21 | 66 | 1 | 51 | 141 | 110 |
| Binary | 11111101 | 11010001 | 1110100 | 0 | 10001 | 110110 | 1 | 101001 | 1100001 | 1001000 |
Color Harmonies of #FDD174
Complementary color
Monochromatic Colors of #FDD174
Black with #FDD174
Text Example
Text Example
White with #FDD174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD174; }
p { color: rgb(253,209,116); }
H1.HeaderClassName
{
color: #FDD174;
}
.AnyTagClassName
{
color: #FDD174;
}
</style>
background-color css
<style>
a { background-color: #FDD174; }
a { background-color: rgb(253,209,116); }
div.DivClassName
{
background-color: #FDD174;
}
.BgClassName
{
background-color: #FDD174;
}
</style>
border-color css
<style>
span { border-color: #FDD174; }
span { border-color: rgb(253,209,116); }
td.TdClassName
{
border-color: #FDD174;
}
.TagClassName
{
border-color: #FDD174;
}
</style>