Shades of Grandis #FDD66D
Tints of Grandis #FDD66D
RGB
CMYK
RGB Variations
Color information
#FDD66D (or 0xFDD66D) is known color: Grandis. HEX triplet: FD, D6 and 6D. RGB value is (253,214,109). Sum of RGB (Red+Green+Blue) = 253+214+109=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD66D is #022992. Grayscale: #D6D6D6. Windows color (decimal): -141715 or 7198461. OLE color: 7198461.
HSL color Cylindrical-coordinate representation of color #FDD66D: hue angle of 43.75º 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 #FDD66D is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 109 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.01 |
| HSL | 43.75º | 0.97% | 0.71% | - |
| HSV(B) | 43.75º | 0.57% | 0.99% | - |
| XYZ | 67.31 | 70.08 | 24.45 | - |
| YUV | 213.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 109 | 0 | 0.15 | 0.57 | 0.01 | 43.75 | 0.97 | 0.71 |
| Hex | FD | D6 | 6D | 0 | F | 39 | 1 | 2C | 61 | 47 |
| Octal | 375 | 326 | 155 | 0 | 17 | 71 | 1 | 54 | 141 | 107 |
| Binary | 11111101 | 11010110 | 1101101 | 0 | 1111 | 111001 | 1 | 101100 | 1100001 | 1000111 |
Color Harmonies of #FDD66D
Complementary color
Monochromatic Colors of #FDD66D
Black with #FDD66D
Text Example
Text Example
White with #FDD66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD66D; }
p { color: rgb(253,214,109); }
H1.HeaderClassName
{
color: #FDD66D;
}
.AnyTagClassName
{
color: #FDD66D;
}
</style>
background-color css
<style>
a { background-color: #FDD66D; }
a { background-color: rgb(253,214,109); }
div.DivClassName
{
background-color: #FDD66D;
}
.BgClassName
{
background-color: #FDD66D;
}
</style>
border-color css
<style>
span { border-color: #FDD66D; }
span { border-color: rgb(253,214,109); }
td.TdClassName
{
border-color: #FDD66D;
}
.TagClassName
{
border-color: #FDD66D;
}
</style>