Shades of Grandis #FDD076
Tints of Grandis #FDD076
RGB
CMYK
RGB Variations
Color information
#FDD076 (or 0xFDD076) is known color: Grandis. HEX triplet: FD, D0 and 76. RGB value is (253,208,118). Sum of RGB (Red+Green+Blue) = 253+208+118=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD076 is #022F89. Grayscale: #D3D3D3. Windows color (decimal): -143242 or 7786749. OLE color: 7786749.
HSL color Cylindrical-coordinate representation of color #FDD076: hue angle of 40º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDD076 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 118 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.01 |
| HSL | 40º | 0.97% | 0.73% | - |
| HSV(B) | 40º | 0.53% | 0.99% | - |
| XYZ | 66.33 | 67.3 | 26.63 | - |
| YUV | 211.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 118 | 0 | 0.18 | 0.53 | 0.01 | 40 | 0.97 | 0.73 |
| Hex | FD | D0 | 76 | 0 | 12 | 35 | 1 | 28 | 61 | 49 |
| Octal | 375 | 320 | 166 | 0 | 22 | 65 | 1 | 50 | 141 | 111 |
| Binary | 11111101 | 11010000 | 1110110 | 0 | 10010 | 110101 | 1 | 101000 | 1100001 | 1001001 |
Color Harmonies of #FDD076
Complementary color
Monochromatic Colors of #FDD076
Black with #FDD076
Text Example
Text Example
White with #FDD076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD076; }
p { color: rgb(253,208,118); }
H1.HeaderClassName
{
color: #FDD076;
}
.AnyTagClassName
{
color: #FDD076;
}
</style>
background-color css
<style>
a { background-color: #FDD076; }
a { background-color: rgb(253,208,118); }
div.DivClassName
{
background-color: #FDD076;
}
.BgClassName
{
background-color: #FDD076;
}
</style>
border-color css
<style>
span { border-color: #FDD076; }
span { border-color: rgb(253,208,118); }
td.TdClassName
{
border-color: #FDD076;
}
.TagClassName
{
border-color: #FDD076;
}
</style>