Shades of Grandis #FDD46D
Tints of Grandis #FDD46D
RGB
CMYK
RGB Variations
Color information
#FDD46D (or 0xFDD46D) is known color: Grandis. HEX triplet: FD, D4 and 6D. RGB value is (253,212,109). Sum of RGB (Red+Green+Blue) = 253+212+109=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD46D is #022B92. Grayscale: #D4D4D4. Windows color (decimal): -142227 or 7197949. OLE color: 7197949.
HSL color Cylindrical-coordinate representation of color #FDD46D: hue angle of 42.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDD46D is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 109 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.01 |
| HSL | 42.92º | 0.97% | 0.71% | - |
| HSV(B) | 42.92º | 0.57% | 0.99% | - |
| XYZ | 66.81 | 69.07 | 24.28 | - |
| YUV | 212.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 109 | 0 | 0.16 | 0.57 | 0.01 | 42.92 | 0.97 | 0.71 |
| Hex | FD | D4 | 6D | 0 | 10 | 39 | 1 | 2B | 61 | 47 |
| Octal | 375 | 324 | 155 | 0 | 20 | 71 | 1 | 53 | 141 | 107 |
| Binary | 11111101 | 11010100 | 1101101 | 0 | 10000 | 111001 | 1 | 101011 | 1100001 | 1000111 |
Color Harmonies of #FDD46D
Complementary color
Monochromatic Colors of #FDD46D
Black with #FDD46D
Text Example
Text Example
White with #FDD46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD46D; }
p { color: rgb(253,212,109); }
H1.HeaderClassName
{
color: #FDD46D;
}
.AnyTagClassName
{
color: #FDD46D;
}
</style>
background-color css
<style>
a { background-color: #FDD46D; }
a { background-color: rgb(253,212,109); }
div.DivClassName
{
background-color: #FDD46D;
}
.BgClassName
{
background-color: #FDD46D;
}
</style>
border-color css
<style>
span { border-color: #FDD46D; }
span { border-color: rgb(253,212,109); }
td.TdClassName
{
border-color: #FDD46D;
}
.TagClassName
{
border-color: #FDD46D;
}
</style>