Shades of Grandis #FFD370
Tints of Grandis #FFD370
RGB
CMYK
RGB Variations
Color information
#FFD370 (or 0xFFD370) is known color: Grandis. HEX triplet: FF, D3 and 70. RGB value is (255,211,112). Sum of RGB (Red+Green+Blue) = 255+211+112=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD370 is #002C8F. Grayscale: #D5D5D5. Windows color (decimal): -11408 or 7394303. OLE color: 7394303.
HSL color Cylindrical-coordinate representation of color #FFD370: hue angle of 41.54º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFD370 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 112 | - |
| CMYK | 0 | 0.17 | 0.56 | 0 |
| HSL | 41.54º | 1% | 0.72% | - |
| HSV(B) | 41.54º | 0.56% | 1% | - |
| XYZ | 67.46 | 69.02 | 25.1 | - |
| YUV | 212.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 112 | 0 | 0.17 | 0.56 | 0 | 41.54 | 1 | 0.72 |
| Hex | FF | D3 | 70 | 0 | 11 | 38 | 0 | 2A | 64 | 48 |
| Octal | 377 | 323 | 160 | 0 | 21 | 70 | 0 | 52 | 144 | 110 |
| Binary | 11111111 | 11010011 | 1110000 | 0 | 10001 | 111000 | 0 | 101010 | 1100100 | 1001000 |
Color Harmonies of #FFD370
Complementary color
Monochromatic Colors of #FFD370
Black with #FFD370
Text Example
Text Example
White with #FFD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD370; }
p { color: rgb(255,211,112); }
H1.HeaderClassName
{
color: #FFD370;
}
.AnyTagClassName
{
color: #FFD370;
}
</style>
background-color css
<style>
a { background-color: #FFD370; }
a { background-color: rgb(255,211,112); }
div.DivClassName
{
background-color: #FFD370;
}
.BgClassName
{
background-color: #FFD370;
}
</style>
border-color css
<style>
span { border-color: #FFD370; }
span { border-color: rgb(255,211,112); }
td.TdClassName
{
border-color: #FFD370;
}
.TagClassName
{
border-color: #FFD370;
}
</style>