Shades of Grandis #FDC76D
Tints of Grandis #FDC76D
RGB
CMYK
RGB Variations
Color information
#FDC76D (or 0xFDC76D) is known color: Grandis. HEX triplet: FD, C7 and 6D. RGB value is (253,199,109). Sum of RGB (Red+Green+Blue) = 253+199+109=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC76D is #023892. Grayscale: #CDCDCD. Windows color (decimal): -145555 or 7194621. OLE color: 7194621.
HSL color Cylindrical-coordinate representation of color #FDC76D: hue angle of 37.5º 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 #FDC76D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 109 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.01 |
| HSL | 37.5º | 0.97% | 0.71% | - |
| HSV(B) | 37.5º | 0.57% | 0.99% | - |
| XYZ | 63.69 | 62.83 | 23.24 | - |
| YUV | 204.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 109 | 0 | 0.21 | 0.57 | 0.01 | 37.5 | 0.97 | 0.71 |
| Hex | FD | C7 | 6D | 0 | 15 | 39 | 1 | 26 | 61 | 47 |
| Octal | 375 | 307 | 155 | 0 | 25 | 71 | 1 | 46 | 141 | 107 |
| Binary | 11111101 | 11000111 | 1101101 | 0 | 10101 | 111001 | 1 | 100110 | 1100001 | 1000111 |
Color Harmonies of #FDC76D
Complementary color
Monochromatic Colors of #FDC76D
Black with #FDC76D
Text Example
Text Example
White with #FDC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC76D; }
p { color: rgb(253,199,109); }
H1.HeaderClassName
{
color: #FDC76D;
}
.AnyTagClassName
{
color: #FDC76D;
}
</style>
background-color css
<style>
a { background-color: #FDC76D; }
a { background-color: rgb(253,199,109); }
div.DivClassName
{
background-color: #FDC76D;
}
.BgClassName
{
background-color: #FDC76D;
}
</style>
border-color css
<style>
span { border-color: #FDC76D; }
span { border-color: rgb(253,199,109); }
td.TdClassName
{
border-color: #FDC76D;
}
.TagClassName
{
border-color: #FDC76D;
}
</style>