Shades of Grandis #FDD36B
Tints of Grandis #FDD36B
RGB
CMYK
RGB Variations
Color information
#FDD36B (or 0xFDD36B) is known color: Grandis. HEX triplet: FD, D3 and 6B. RGB value is (253,211,107). Sum of RGB (Red+Green+Blue) = 253+211+107=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD36B is #022C94. Grayscale: #D4D4D4. Windows color (decimal): -142485 or 7066621. OLE color: 7066621.
HSL color Cylindrical-coordinate representation of color #FDD36B: hue angle of 42.74º 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 #FDD36B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 107 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.01 |
| HSL | 42.74º | 0.97% | 0.71% | - |
| HSV(B) | 42.74º | 0.58% | 0.99% | - |
| XYZ | 66.46 | 68.53 | 23.64 | - |
| YUV | 211.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 107 | 0 | 0.17 | 0.58 | 0.01 | 42.74 | 0.97 | 0.71 |
| Hex | FD | D3 | 6B | 0 | 11 | 3A | 1 | 2B | 61 | 47 |
| Octal | 375 | 323 | 153 | 0 | 21 | 72 | 1 | 53 | 141 | 107 |
| Binary | 11111101 | 11010011 | 1101011 | 0 | 10001 | 111010 | 1 | 101011 | 1100001 | 1000111 |
Color Harmonies of #FDD36B
Complementary color
Monochromatic Colors of #FDD36B
Black with #FDD36B
Text Example
Text Example
White with #FDD36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD36B; }
p { color: rgb(253,211,107); }
H1.HeaderClassName
{
color: #FDD36B;
}
.AnyTagClassName
{
color: #FDD36B;
}
</style>
background-color css
<style>
a { background-color: #FDD36B; }
a { background-color: rgb(253,211,107); }
div.DivClassName
{
background-color: #FDD36B;
}
.BgClassName
{
background-color: #FDD36B;
}
</style>
border-color css
<style>
span { border-color: #FDD36B; }
span { border-color: rgb(253,211,107); }
td.TdClassName
{
border-color: #FDD36B;
}
.TagClassName
{
border-color: #FDD36B;
}
</style>