Shades of Grandis #FDD56B
Tints of Grandis #FDD56B
RGB
CMYK
RGB Variations
Color information
#FDD56B (or 0xFDD56B) is known color: Grandis. HEX triplet: FD, D5 and 6B. RGB value is (253,213,107). Sum of RGB (Red+Green+Blue) = 253+213+107=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 107 (42.19% from 255 or 18.67% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD56B is #022A94. Grayscale: #D5D5D5. Windows color (decimal): -141973 or 7067133. OLE color: 7067133.
HSL color Cylindrical-coordinate representation of color #FDD56B: hue angle of 43.56º 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 #FDD56B is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 107 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.01 |
| HSL | 43.56º | 0.97% | 0.71% | - |
| HSV(B) | 43.56º | 0.58% | 0.99% | - |
| XYZ | 66.96 | 69.53 | 23.8 | - |
| YUV | 212.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 107 | 0 | 0.16 | 0.58 | 0.01 | 43.56 | 0.97 | 0.71 |
| Hex | FD | D5 | 6B | 0 | 10 | 3A | 1 | 2C | 61 | 47 |
| Octal | 375 | 325 | 153 | 0 | 20 | 72 | 1 | 54 | 141 | 107 |
| Binary | 11111101 | 11010101 | 1101011 | 0 | 10000 | 111010 | 1 | 101100 | 1100001 | 1000111 |
Color Harmonies of #FDD56B
Complementary color
Monochromatic Colors of #FDD56B
Black with #FDD56B
Text Example
Text Example
White with #FDD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD56B; }
p { color: rgb(253,213,107); }
H1.HeaderClassName
{
color: #FDD56B;
}
.AnyTagClassName
{
color: #FDD56B;
}
</style>
background-color css
<style>
a { background-color: #FDD56B; }
a { background-color: rgb(253,213,107); }
div.DivClassName
{
background-color: #FDD56B;
}
.BgClassName
{
background-color: #FDD56B;
}
</style>
border-color css
<style>
span { border-color: #FDD56B; }
span { border-color: rgb(253,213,107); }
td.TdClassName
{
border-color: #FDD56B;
}
.TagClassName
{
border-color: #FDD56B;
}
</style>