Shades of Grandis #FDD66F
Tints of Grandis #FDD66F
RGB
CMYK
RGB Variations
Color information
#FDD66F (or 0xFDD66F) is known color: Grandis. HEX triplet: FD, D6 and 6F. RGB value is (253,214,111). Sum of RGB (Red+Green+Blue) = 253+214+111=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD66F is #022990. Grayscale: #D6D6D6. Windows color (decimal): -141713 or 7329533. OLE color: 7329533.
HSL color Cylindrical-coordinate representation of color #FDD66F: hue angle of 43.52º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDD66F is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 111 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.01 |
| HSL | 43.52º | 0.97% | 0.71% | - |
| HSV(B) | 43.52º | 0.56% | 0.99% | - |
| XYZ | 67.42 | 70.12 | 25.02 | - |
| YUV | 213.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 111 | 0 | 0.15 | 0.56 | 0.01 | 43.52 | 0.97 | 0.71 |
| Hex | FD | D6 | 6F | 0 | F | 38 | 1 | 2C | 61 | 47 |
| Octal | 375 | 326 | 157 | 0 | 17 | 70 | 1 | 54 | 141 | 107 |
| Binary | 11111101 | 11010110 | 1101111 | 0 | 1111 | 111000 | 1 | 101100 | 1100001 | 1000111 |
Color Harmonies of #FDD66F
Complementary color
Monochromatic Colors of #FDD66F
Black with #FDD66F
Text Example
Text Example
White with #FDD66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD66F; }
p { color: rgb(253,214,111); }
H1.HeaderClassName
{
color: #FDD66F;
}
.AnyTagClassName
{
color: #FDD66F;
}
</style>
background-color css
<style>
a { background-color: #FDD66F; }
a { background-color: rgb(253,214,111); }
div.DivClassName
{
background-color: #FDD66F;
}
.BgClassName
{
background-color: #FDD66F;
}
</style>
border-color css
<style>
span { border-color: #FDD66F; }
span { border-color: rgb(253,214,111); }
td.TdClassName
{
border-color: #FDD66F;
}
.TagClassName
{
border-color: #FDD66F;
}
</style>