Shades of Grandis #FDD36E
Tints of Grandis #FDD36E
RGB
CMYK
RGB Variations
Color information
#FDD36E (or 0xFDD36E) is known color: Grandis. HEX triplet: FD, D3 and 6E. RGB value is (253,211,110). Sum of RGB (Red+Green+Blue) = 253+211+110=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 110 (43.36% from 255 or 19.16% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD36E is #022C91. Grayscale: #D4D4D4. Windows color (decimal): -142482 or 7263229. OLE color: 7263229.
HSL color Cylindrical-coordinate representation of color #FDD36E: hue angle of 42.38º 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 #FDD36E is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 110 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.01 |
| HSL | 42.38º | 0.97% | 0.71% | - |
| HSV(B) | 42.38º | 0.57% | 0.99% | - |
| XYZ | 66.62 | 68.6 | 24.48 | - |
| YUV | 212.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 110 | 0 | 0.17 | 0.57 | 0.01 | 42.38 | 0.97 | 0.71 |
| Hex | FD | D3 | 6E | 0 | 11 | 39 | 1 | 2A | 61 | 47 |
| Octal | 375 | 323 | 156 | 0 | 21 | 71 | 1 | 52 | 141 | 107 |
| Binary | 11111101 | 11010011 | 1101110 | 0 | 10001 | 111001 | 1 | 101010 | 1100001 | 1000111 |
Color Harmonies of #FDD36E
Complementary color
Monochromatic Colors of #FDD36E
Black with #FDD36E
Text Example
Text Example
White with #FDD36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD36E; }
p { color: rgb(253,211,110); }
H1.HeaderClassName
{
color: #FDD36E;
}
.AnyTagClassName
{
color: #FDD36E;
}
</style>
background-color css
<style>
a { background-color: #FDD36E; }
a { background-color: rgb(253,211,110); }
div.DivClassName
{
background-color: #FDD36E;
}
.BgClassName
{
background-color: #FDD36E;
}
</style>
border-color css
<style>
span { border-color: #FDD36E; }
span { border-color: rgb(253,211,110); }
td.TdClassName
{
border-color: #FDD36E;
}
.TagClassName
{
border-color: #FDD36E;
}
</style>