Shades of Grandis #FFD369
Tints of Grandis #FFD369
RGB
CMYK
RGB Variations
Color information
#FFD369 (or 0xFFD369) is known color: Grandis. HEX triplet: FF, D3 and 69. RGB value is (255,211,105). Sum of RGB (Red+Green+Blue) = 255+211+105=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 105 (41.41% from 255 or 18.39% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD369 is #002C96. Grayscale: #D4D4D4. Windows color (decimal): -11415 or 6935551. OLE color: 6935551.
HSL color Cylindrical-coordinate representation of color #FFD369: hue angle of 42.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFD369 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 105 | - |
| CMYK | 0 | 0.17 | 0.59 | 0 |
| HSL | 42.4º | 1% | 0.71% | - |
| HSV(B) | 42.4º | 0.59% | 1% | - |
| XYZ | 67.08 | 68.87 | 23.12 | - |
| YUV | 212.07 | 67.58 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 105 | 0 | 0.17 | 0.59 | 0 | 42.4 | 1 | 0.71 |
| Hex | FF | D3 | 69 | 0 | 11 | 3B | 0 | 2A | 64 | 47 |
| Octal | 377 | 323 | 151 | 0 | 21 | 73 | 0 | 52 | 144 | 107 |
| Binary | 11111111 | 11010011 | 1101001 | 0 | 10001 | 111011 | 0 | 101010 | 1100100 | 1000111 |
Color Harmonies of #FFD369
Complementary color
Monochromatic Colors of #FFD369
Black with #FFD369
Text Example
Text Example
White with #FFD369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD369; }
p { color: rgb(255,211,105); }
H1.HeaderClassName
{
color: #FFD369;
}
.AnyTagClassName
{
color: #FFD369;
}
</style>
background-color css
<style>
a { background-color: #FFD369; }
a { background-color: rgb(255,211,105); }
div.DivClassName
{
background-color: #FFD369;
}
.BgClassName
{
background-color: #FFD369;
}
</style>
border-color css
<style>
span { border-color: #FFD369; }
span { border-color: rgb(255,211,105); }
td.TdClassName
{
border-color: #FFD369;
}
.TagClassName
{
border-color: #FFD369;
}
</style>