Shades of Grandis #FFD372
Tints of Grandis #FFD372
RGB
CMYK
RGB Variations
Color information
#FFD372 (or 0xFFD372) is known color: Grandis. HEX triplet: FF, D3 and 72. RGB value is (255,211,114). Sum of RGB (Red+Green+Blue) = 255+211+114=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD372 is #002C8D. Grayscale: #D5D5D5. Windows color (decimal): -11406 or 7525375. OLE color: 7525375.
HSL color Cylindrical-coordinate representation of color #FFD372: hue angle of 41.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD372 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 114 | - |
| CMYK | 0 | 0.17 | 0.55 | 0 |
| HSL | 41.28º | 1% | 0.72% | - |
| HSV(B) | 41.28º | 0.55% | 1% | - |
| XYZ | 67.57 | 69.06 | 25.69 | - |
| YUV | 213.1 | 72.08 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 114 | 0 | 0.17 | 0.55 | 0 | 41.28 | 1 | 0.72 |
| Hex | FF | D3 | 72 | 0 | 11 | 37 | 0 | 29 | 64 | 48 |
| Octal | 377 | 323 | 162 | 0 | 21 | 67 | 0 | 51 | 144 | 110 |
| Binary | 11111111 | 11010011 | 1110010 | 0 | 10001 | 110111 | 0 | 101001 | 1100100 | 1001000 |
Color Harmonies of #FFD372
Complementary color
Monochromatic Colors of #FFD372
Black with #FFD372
Text Example
Text Example
White with #FFD372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD372; }
p { color: rgb(255,211,114); }
H1.HeaderClassName
{
color: #FFD372;
}
.AnyTagClassName
{
color: #FFD372;
}
</style>
background-color css
<style>
a { background-color: #FFD372; }
a { background-color: rgb(255,211,114); }
div.DivClassName
{
background-color: #FFD372;
}
.BgClassName
{
background-color: #FFD372;
}
</style>
border-color css
<style>
span { border-color: #FFD372; }
span { border-color: rgb(255,211,114); }
td.TdClassName
{
border-color: #FFD372;
}
.TagClassName
{
border-color: #FFD372;
}
</style>