Shades of Grandis #FFD26B
Tints of Grandis #FFD26B
RGB
CMYK
RGB Variations
Color information
#FFD26B (or 0xFFD26B) is known color: Grandis. HEX triplet: FF, D2 and 6B. RGB value is (255,210,107). Sum of RGB (Red+Green+Blue) = 255+210+107=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 107 (42.19% from 255 or 18.71% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD26B is #002D94. Grayscale: #D4D4D4. Windows color (decimal): -11669 or 7066367. OLE color: 7066367.
HSL color Cylindrical-coordinate representation of color #FFD26B: hue angle of 41.76º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFD26B is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 107 | - |
| CMYK | 0 | 0.18 | 0.58 | 0 |
| HSL | 41.76º | 1% | 0.71% | - |
| HSV(B) | 41.76º | 0.58% | 1% | - |
| XYZ | 66.94 | 68.41 | 23.59 | - |
| YUV | 211.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 107 | 0 | 0.18 | 0.58 | 0 | 41.76 | 1 | 0.71 |
| Hex | FF | D2 | 6B | 0 | 12 | 3A | 0 | 2A | 64 | 47 |
| Octal | 377 | 322 | 153 | 0 | 22 | 72 | 0 | 52 | 144 | 107 |
| Binary | 11111111 | 11010010 | 1101011 | 0 | 10010 | 111010 | 0 | 101010 | 1100100 | 1000111 |
Color Harmonies of #FFD26B
Complementary color
Monochromatic Colors of #FFD26B
Black with #FFD26B
Text Example
Text Example
White with #FFD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD26B; }
p { color: rgb(255,210,107); }
H1.HeaderClassName
{
color: #FFD26B;
}
.AnyTagClassName
{
color: #FFD26B;
}
</style>
background-color css
<style>
a { background-color: #FFD26B; }
a { background-color: rgb(255,210,107); }
div.DivClassName
{
background-color: #FFD26B;
}
.BgClassName
{
background-color: #FFD26B;
}
</style>
border-color css
<style>
span { border-color: #FFD26B; }
span { border-color: rgb(255,210,107); }
td.TdClassName
{
border-color: #FFD26B;
}
.TagClassName
{
border-color: #FFD26B;
}
</style>