Shades of Grandis #FFD169
Tints of Grandis #FFD169
RGB
CMYK
RGB Variations
Color information
#FFD169 (or 0xFFD169) is known color: Grandis. HEX triplet: FF, D1 and 69. RGB value is (255,209,105). Sum of RGB (Red+Green+Blue) = 255+209+105=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 105 (41.41% from 255 or 18.45% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD169 is #002E96. Grayscale: #D3D3D3. Windows color (decimal): -11927 or 6935039. OLE color: 6935039.
HSL color Cylindrical-coordinate representation of color #FFD169: hue angle of 41.6º 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 #FFD169 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 105 | - |
| CMYK | 0 | 0.18 | 0.59 | 0 |
| HSL | 41.6º | 1% | 0.71% | - |
| HSV(B) | 41.6º | 0.59% | 1% | - |
| XYZ | 66.59 | 67.88 | 22.96 | - |
| YUV | 210.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 105 | 0 | 0.18 | 0.59 | 0 | 41.6 | 1 | 0.71 |
| Hex | FF | D1 | 69 | 0 | 12 | 3B | 0 | 2A | 64 | 47 |
| Octal | 377 | 321 | 151 | 0 | 22 | 73 | 0 | 52 | 144 | 107 |
| Binary | 11111111 | 11010001 | 1101001 | 0 | 10010 | 111011 | 0 | 101010 | 1100100 | 1000111 |
Color Harmonies of #FFD169
Complementary color
Monochromatic Colors of #FFD169
Black with #FFD169
Text Example
Text Example
White with #FFD169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD169; }
p { color: rgb(255,209,105); }
H1.HeaderClassName
{
color: #FFD169;
}
.AnyTagClassName
{
color: #FFD169;
}
</style>
background-color css
<style>
a { background-color: #FFD169; }
a { background-color: rgb(255,209,105); }
div.DivClassName
{
background-color: #FFD169;
}
.BgClassName
{
background-color: #FFD169;
}
</style>
border-color css
<style>
span { border-color: #FFD169; }
span { border-color: rgb(255,209,105); }
td.TdClassName
{
border-color: #FFD169;
}
.TagClassName
{
border-color: #FFD169;
}
</style>