Shades of Grandis #FDD171
Tints of Grandis #FDD171
RGB
CMYK
RGB Variations
Color information
#FDD171 (or 0xFDD171) is known color: Grandis. HEX triplet: FD, D1 and 71. RGB value is (253,209,113). Sum of RGB (Red+Green+Blue) = 253+209+113=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD171 is #022E8E. Grayscale: #D3D3D3. Windows color (decimal): -142991 or 7459325. OLE color: 7459325.
HSL color Cylindrical-coordinate representation of color #FDD171: hue angle of 41.14º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDD171 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 113 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.01 |
| HSL | 41.14º | 0.97% | 0.72% | - |
| HSV(B) | 41.14º | 0.55% | 0.99% | - |
| XYZ | 66.29 | 67.68 | 25.19 | - |
| YUV | 211.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 113 | 0 | 0.17 | 0.55 | 0.01 | 41.14 | 0.97 | 0.72 |
| Hex | FD | D1 | 71 | 0 | 11 | 37 | 1 | 29 | 61 | 48 |
| Octal | 375 | 321 | 161 | 0 | 21 | 67 | 1 | 51 | 141 | 110 |
| Binary | 11111101 | 11010001 | 1110001 | 0 | 10001 | 110111 | 1 | 101001 | 1100001 | 1001000 |
Color Harmonies of #FDD171
Complementary color
Monochromatic Colors of #FDD171
Black with #FDD171
Text Example
Text Example
White with #FDD171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD171; }
p { color: rgb(253,209,113); }
H1.HeaderClassName
{
color: #FDD171;
}
.AnyTagClassName
{
color: #FDD171;
}
</style>
background-color css
<style>
a { background-color: #FDD171; }
a { background-color: rgb(253,209,113); }
div.DivClassName
{
background-color: #FDD171;
}
.BgClassName
{
background-color: #FDD171;
}
</style>
border-color css
<style>
span { border-color: #FDD171; }
span { border-color: rgb(253,209,113); }
td.TdClassName
{
border-color: #FDD171;
}
.TagClassName
{
border-color: #FDD171;
}
</style>