Shades of Grandis #FDD370
Tints of Grandis #FDD370
RGB
CMYK
RGB Variations
Color information
#FDD370 (or 0xFDD370) is known color: Grandis. HEX triplet: FD, D3 and 70. RGB value is (253,211,112). Sum of RGB (Red+Green+Blue) = 253+211+112=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD370 is #022C8F. Grayscale: #D4D4D4. Windows color (decimal): -142480 or 7394301. OLE color: 7394301.
HSL color Cylindrical-coordinate representation of color #FDD370: hue angle of 42.13º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDD370 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 112 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.01 |
| HSL | 42.13º | 0.97% | 0.72% | - |
| HSV(B) | 42.13º | 0.56% | 0.99% | - |
| XYZ | 66.73 | 68.64 | 25.06 | - |
| YUV | 212.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 112 | 0 | 0.17 | 0.56 | 0.01 | 42.13 | 0.97 | 0.72 |
| Hex | FD | D3 | 70 | 0 | 11 | 38 | 1 | 2A | 61 | 48 |
| Octal | 375 | 323 | 160 | 0 | 21 | 70 | 1 | 52 | 141 | 110 |
| Binary | 11111101 | 11010011 | 1110000 | 0 | 10001 | 111000 | 1 | 101010 | 1100001 | 1001000 |
Color Harmonies of #FDD370
Complementary color
Monochromatic Colors of #FDD370
Black with #FDD370
Text Example
Text Example
White with #FDD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD370; }
p { color: rgb(253,211,112); }
H1.HeaderClassName
{
color: #FDD370;
}
.AnyTagClassName
{
color: #FDD370;
}
</style>
background-color css
<style>
a { background-color: #FDD370; }
a { background-color: rgb(253,211,112); }
div.DivClassName
{
background-color: #FDD370;
}
.BgClassName
{
background-color: #FDD370;
}
</style>
border-color css
<style>
span { border-color: #FDD370; }
span { border-color: rgb(253,211,112); }
td.TdClassName
{
border-color: #FDD370;
}
.TagClassName
{
border-color: #FDD370;
}
</style>