Shades of Grandis #FDD66B
Tints of Grandis #FDD66B
RGB
CMYK
RGB Variations
Color information
#FDD66B (or 0xFDD66B) is known color: Grandis. HEX triplet: FD, D6 and 6B. RGB value is (253,214,107). Sum of RGB (Red+Green+Blue) = 253+214+107=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD66B is #022994. Grayscale: #D5D5D5. Windows color (decimal): -141717 or 7067389. OLE color: 7067389.
HSL color Cylindrical-coordinate representation of color #FDD66B: hue angle of 43.97º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDD66B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 107 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.01 |
| HSL | 43.97º | 0.97% | 0.71% | - |
| HSV(B) | 43.97º | 0.58% | 0.99% | - |
| XYZ | 67.21 | 70.04 | 23.89 | - |
| YUV | 213.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 107 | 0 | 0.15 | 0.58 | 0.01 | 43.97 | 0.97 | 0.71 |
| Hex | FD | D6 | 6B | 0 | F | 3A | 1 | 2C | 61 | 47 |
| Octal | 375 | 326 | 153 | 0 | 17 | 72 | 1 | 54 | 141 | 107 |
| Binary | 11111101 | 11010110 | 1101011 | 0 | 1111 | 111010 | 1 | 101100 | 1100001 | 1000111 |
Color Harmonies of #FDD66B
Complementary color
Monochromatic Colors of #FDD66B
Black with #FDD66B
Text Example
Text Example
White with #FDD66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD66B; }
p { color: rgb(253,214,107); }
H1.HeaderClassName
{
color: #FDD66B;
}
.AnyTagClassName
{
color: #FDD66B;
}
</style>
background-color css
<style>
a { background-color: #FDD66B; }
a { background-color: rgb(253,214,107); }
div.DivClassName
{
background-color: #FDD66B;
}
.BgClassName
{
background-color: #FDD66B;
}
</style>
border-color css
<style>
span { border-color: #FDD66B; }
span { border-color: rgb(253,214,107); }
td.TdClassName
{
border-color: #FDD66B;
}
.TagClassName
{
border-color: #FDD66B;
}
</style>