Shades of Grandis #FDD16C
Tints of Grandis #FDD16C
RGB
CMYK
RGB Variations
Color information
#FDD16C (or 0xFDD16C) is known color: Grandis. HEX triplet: FD, D1 and 6C. RGB value is (253,209,108). Sum of RGB (Red+Green+Blue) = 253+209+108=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD16C is #022E93. Grayscale: #D3D3D3. Windows color (decimal): -142996 or 7131645. OLE color: 7131645.
HSL color Cylindrical-coordinate representation of color #FDD16C: hue angle of 41.79º 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 #FDD16C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 108 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.01 |
| HSL | 41.79º | 0.97% | 0.71% | - |
| HSV(B) | 41.79º | 0.57% | 0.99% | - |
| XYZ | 66.02 | 67.57 | 23.75 | - |
| YUV | 210.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 108 | 0 | 0.17 | 0.57 | 0.01 | 41.79 | 0.97 | 0.71 |
| Hex | FD | D1 | 6C | 0 | 11 | 39 | 1 | 2A | 61 | 47 |
| Octal | 375 | 321 | 154 | 0 | 21 | 71 | 1 | 52 | 141 | 107 |
| Binary | 11111101 | 11010001 | 1101100 | 0 | 10001 | 111001 | 1 | 101010 | 1100001 | 1000111 |
Color Harmonies of #FDD16C
Complementary color
Monochromatic Colors of #FDD16C
Black with #FDD16C
Text Example
Text Example
White with #FDD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD16C; }
p { color: rgb(253,209,108); }
H1.HeaderClassName
{
color: #FDD16C;
}
.AnyTagClassName
{
color: #FDD16C;
}
</style>
background-color css
<style>
a { background-color: #FDD16C; }
a { background-color: rgb(253,209,108); }
div.DivClassName
{
background-color: #FDD16C;
}
.BgClassName
{
background-color: #FDD16C;
}
</style>
border-color css
<style>
span { border-color: #FDD16C; }
span { border-color: rgb(253,209,108); }
td.TdClassName
{
border-color: #FDD16C;
}
.TagClassName
{
border-color: #FDD16C;
}
</style>