Shades of Grandis #FFD66B
Tints of Grandis #FFD66B
RGB
CMYK
RGB Variations
Color information
#FFD66B (or 0xFFD66B) is known color: Grandis. HEX triplet: FF, D6 and 6B. RGB value is (255,214,107). Sum of RGB (Red+Green+Blue) = 255+214+107=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 107 (42.19% from 255 or 18.58% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD66B is #002994. Grayscale: #D6D6D6. Windows color (decimal): -10645 or 7067391. OLE color: 7067391.
HSL color Cylindrical-coordinate representation of color #FFD66B: hue angle of 43.38º 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 #FFD66B is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 107 | - |
| CMYK | 0 | 0.16 | 0.58 | 0 |
| HSL | 43.38º | 1% | 0.71% | - |
| HSV(B) | 43.38º | 0.58% | 1% | - |
| XYZ | 67.94 | 70.41 | 23.92 | - |
| YUV | 214.06 | 67.58 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 107 | 0 | 0.16 | 0.58 | 0 | 43.38 | 1 | 0.71 |
| Hex | FF | D6 | 6B | 0 | 10 | 3A | 0 | 2B | 64 | 47 |
| Octal | 377 | 326 | 153 | 0 | 20 | 72 | 0 | 53 | 144 | 107 |
| Binary | 11111111 | 11010110 | 1101011 | 0 | 10000 | 111010 | 0 | 101011 | 1100100 | 1000111 |
Color Harmonies of #FFD66B
Complementary color
Monochromatic Colors of #FFD66B
Black with #FFD66B
Text Example
Text Example
White with #FFD66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD66B; }
p { color: rgb(255,214,107); }
H1.HeaderClassName
{
color: #FFD66B;
}
.AnyTagClassName
{
color: #FFD66B;
}
</style>
background-color css
<style>
a { background-color: #FFD66B; }
a { background-color: rgb(255,214,107); }
div.DivClassName
{
background-color: #FFD66B;
}
.BgClassName
{
background-color: #FFD66B;
}
</style>
border-color css
<style>
span { border-color: #FFD66B; }
span { border-color: rgb(255,214,107); }
td.TdClassName
{
border-color: #FFD66B;
}
.TagClassName
{
border-color: #FFD66B;
}
</style>