Shades of Grandis #FFD66D
Tints of Grandis #FFD66D
RGB
CMYK
RGB Variations
Color information
#FFD66D (or 0xFFD66D) is known color: Grandis. HEX triplet: FF, D6 and 6D. RGB value is (255,214,109). Sum of RGB (Red+Green+Blue) = 255+214+109=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 109 (42.97% from 255 or 18.86% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD66D is #002992. Grayscale: #D6D6D6. Windows color (decimal): -10643 or 7198463. OLE color: 7198463.
HSL color Cylindrical-coordinate representation of color #FFD66D: hue angle of 43.15º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFD66D is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 109 | - |
| CMYK | 0 | 0.16 | 0.57 | 0 |
| HSL | 43.15º | 1% | 0.71% | - |
| HSV(B) | 43.15º | 0.57% | 1% | - |
| XYZ | 68.05 | 70.46 | 24.48 | - |
| YUV | 214.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 109 | 0 | 0.16 | 0.57 | 0 | 43.15 | 1 | 0.71 |
| Hex | FF | D6 | 6D | 0 | 10 | 39 | 0 | 2B | 64 | 47 |
| Octal | 377 | 326 | 155 | 0 | 20 | 71 | 0 | 53 | 144 | 107 |
| Binary | 11111111 | 11010110 | 1101101 | 0 | 10000 | 111001 | 0 | 101011 | 1100100 | 1000111 |
Color Harmonies of #FFD66D
Complementary color
Monochromatic Colors of #FFD66D
Black with #FFD66D
Text Example
Text Example
White with #FFD66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD66D; }
p { color: rgb(255,214,109); }
H1.HeaderClassName
{
color: #FFD66D;
}
.AnyTagClassName
{
color: #FFD66D;
}
</style>
background-color css
<style>
a { background-color: #FFD66D; }
a { background-color: rgb(255,214,109); }
div.DivClassName
{
background-color: #FFD66D;
}
.BgClassName
{
background-color: #FFD66D;
}
</style>
border-color css
<style>
span { border-color: #FFD66D; }
span { border-color: rgb(255,214,109); }
td.TdClassName
{
border-color: #FFD66D;
}
.TagClassName
{
border-color: #FFD66D;
}
</style>