Shades of Grandis #FDD169
Tints of Grandis #FDD169
RGB
CMYK
RGB Variations
Color information
#FDD169 (or 0xFDD169) is known color: Grandis. HEX triplet: FD, D1 and 69. RGB value is (253,209,105). Sum of RGB (Red+Green+Blue) = 253+209+105=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD169 is #022E96. Grayscale: #D2D2D2. Windows color (decimal): -142999 or 6935037. OLE color: 6935037.
HSL color Cylindrical-coordinate representation of color #FDD169: hue angle of 42.16º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDD169 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 105 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.01 |
| HSL | 42.16º | 0.97% | 0.7% | - |
| HSV(B) | 42.16º | 0.58% | 0.99% | - |
| XYZ | 65.86 | 67.5 | 22.92 | - |
| YUV | 210.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 105 | 0 | 0.17 | 0.58 | 0.01 | 42.16 | 0.97 | 0.7 |
| Hex | FD | D1 | 69 | 0 | 11 | 3A | 1 | 2A | 61 | 46 |
| Octal | 375 | 321 | 151 | 0 | 21 | 72 | 1 | 52 | 141 | 106 |
| Binary | 11111101 | 11010001 | 1101001 | 0 | 10001 | 111010 | 1 | 101010 | 1100001 | 1000110 |
Color Harmonies of #FDD169
Complementary color
Monochromatic Colors of #FDD169
Black with #FDD169
Text Example
Text Example
White with #FDD169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD169; }
p { color: rgb(253,209,105); }
H1.HeaderClassName
{
color: #FDD169;
}
.AnyTagClassName
{
color: #FDD169;
}
</style>
background-color css
<style>
a { background-color: #FDD169; }
a { background-color: rgb(253,209,105); }
div.DivClassName
{
background-color: #FDD169;
}
.BgClassName
{
background-color: #FDD169;
}
</style>
border-color css
<style>
span { border-color: #FDD169; }
span { border-color: rgb(253,209,105); }
td.TdClassName
{
border-color: #FDD169;
}
.TagClassName
{
border-color: #FDD169;
}
</style>