Shades of Grandis #FFD373
Tints of Grandis #FFD373
RGB
CMYK
RGB Variations
Color information
#FFD373 (or 0xFFD373) is known color: Grandis. HEX triplet: FF, D3 and 73. RGB value is (255,211,115). Sum of RGB (Red+Green+Blue) = 255+211+115=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 115 (45.31% from 255 or 19.79% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD373 is #002C8C. Grayscale: #D5D5D5. Windows color (decimal): -11405 or 7590911. OLE color: 7590911.
HSL color Cylindrical-coordinate representation of color #FFD373: hue angle of 41.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD373 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 115 | - |
| CMYK | 0 | 0.17 | 0.55 | 0 |
| HSL | 41.14º | 1% | 0.73% | - |
| HSV(B) | 41.14º | 0.55% | 1% | - |
| XYZ | 67.63 | 69.09 | 25.99 | - |
| YUV | 213.21 | 72.58 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 115 | 0 | 0.17 | 0.55 | 0 | 41.14 | 1 | 0.73 |
| Hex | FF | D3 | 73 | 0 | 11 | 37 | 0 | 29 | 64 | 49 |
| Octal | 377 | 323 | 163 | 0 | 21 | 67 | 0 | 51 | 144 | 111 |
| Binary | 11111111 | 11010011 | 1110011 | 0 | 10001 | 110111 | 0 | 101001 | 1100100 | 1001001 |
Color Harmonies of #FFD373
Complementary color
Monochromatic Colors of #FFD373
Black with #FFD373
Text Example
Text Example
White with #FFD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD373; }
p { color: rgb(255,211,115); }
H1.HeaderClassName
{
color: #FFD373;
}
.AnyTagClassName
{
color: #FFD373;
}
</style>
background-color css
<style>
a { background-color: #FFD373; }
a { background-color: rgb(255,211,115); }
div.DivClassName
{
background-color: #FFD373;
}
.BgClassName
{
background-color: #FFD373;
}
</style>
border-color css
<style>
span { border-color: #FFD373; }
span { border-color: rgb(255,211,115); }
td.TdClassName
{
border-color: #FFD373;
}
.TagClassName
{
border-color: #FFD373;
}
</style>