Shades of Grandis #FDD06D
Tints of Grandis #FDD06D
RGB
CMYK
RGB Variations
Color information
#FDD06D (or 0xFDD06D) is known color: Grandis. HEX triplet: FD, D0 and 6D. RGB value is (253,208,109). Sum of RGB (Red+Green+Blue) = 253+208+109=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD06D is #022F92. Grayscale: #D2D2D2. Windows color (decimal): -143251 or 7196925. OLE color: 7196925.
HSL color Cylindrical-coordinate representation of color #FDD06D: hue angle of 41.25º 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 #FDD06D is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 109 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.01 |
| HSL | 41.25º | 0.97% | 0.71% | - |
| HSV(B) | 41.25º | 0.57% | 0.99% | - |
| XYZ | 65.82 | 67.1 | 23.95 | - |
| YUV | 210.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 109 | 0 | 0.18 | 0.57 | 0.01 | 41.25 | 0.97 | 0.71 |
| Hex | FD | D0 | 6D | 0 | 12 | 39 | 1 | 29 | 61 | 47 |
| Octal | 375 | 320 | 155 | 0 | 22 | 71 | 1 | 51 | 141 | 107 |
| Binary | 11111101 | 11010000 | 1101101 | 0 | 10010 | 111001 | 1 | 101001 | 1100001 | 1000111 |
Color Harmonies of #FDD06D
Complementary color
Monochromatic Colors of #FDD06D
Black with #FDD06D
Text Example
Text Example
White with #FDD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD06D; }
p { color: rgb(253,208,109); }
H1.HeaderClassName
{
color: #FDD06D;
}
.AnyTagClassName
{
color: #FDD06D;
}
</style>
background-color css
<style>
a { background-color: #FDD06D; }
a { background-color: rgb(253,208,109); }
div.DivClassName
{
background-color: #FDD06D;
}
.BgClassName
{
background-color: #FDD06D;
}
</style>
border-color css
<style>
span { border-color: #FDD06D; }
span { border-color: rgb(253,208,109); }
td.TdClassName
{
border-color: #FDD06D;
}
.TagClassName
{
border-color: #FDD06D;
}
</style>