Shades of Grandis #FDD36D
Tints of Grandis #FDD36D
RGB
CMYK
RGB Variations
Color information
#FDD36D (or 0xFDD36D) is known color: Grandis. HEX triplet: FD, D3 and 6D. RGB value is (253,211,109). Sum of RGB (Red+Green+Blue) = 253+211+109=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD36D is #022C92. Grayscale: #D4D4D4. Windows color (decimal): -142483 or 7197693. OLE color: 7197693.
HSL color Cylindrical-coordinate representation of color #FDD36D: hue angle of 42.5º 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 #FDD36D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 109 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.01 |
| HSL | 42.5º | 0.97% | 0.71% | - |
| HSV(B) | 42.5º | 0.57% | 0.99% | - |
| XYZ | 66.56 | 68.58 | 24.2 | - |
| YUV | 211.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 109 | 0 | 0.17 | 0.57 | 0.01 | 42.5 | 0.97 | 0.71 |
| Hex | FD | D3 | 6D | 0 | 11 | 39 | 1 | 2A | 61 | 47 |
| Octal | 375 | 323 | 155 | 0 | 21 | 71 | 1 | 52 | 141 | 107 |
| Binary | 11111101 | 11010011 | 1101101 | 0 | 10001 | 111001 | 1 | 101010 | 1100001 | 1000111 |
Color Harmonies of #FDD36D
Complementary color
Monochromatic Colors of #FDD36D
Black with #FDD36D
Text Example
Text Example
White with #FDD36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD36D; }
p { color: rgb(253,211,109); }
H1.HeaderClassName
{
color: #FDD36D;
}
.AnyTagClassName
{
color: #FDD36D;
}
</style>
background-color css
<style>
a { background-color: #FDD36D; }
a { background-color: rgb(253,211,109); }
div.DivClassName
{
background-color: #FDD36D;
}
.BgClassName
{
background-color: #FDD36D;
}
</style>
border-color css
<style>
span { border-color: #FDD36D; }
span { border-color: rgb(253,211,109); }
td.TdClassName
{
border-color: #FDD36D;
}
.TagClassName
{
border-color: #FDD36D;
}
</style>