Shades of Grandis #FFD46B
Tints of Grandis #FFD46B
RGB
CMYK
RGB Variations
Color information
#FFD46B (or 0xFFD46B) is known color: Grandis. HEX triplet: FF, D4 and 6B. RGB value is (255,212,107). Sum of RGB (Red+Green+Blue) = 255+212+107=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD46B is #002B94. Grayscale: #D5D5D5. Windows color (decimal): -11157 or 7066879. OLE color: 7066879.
HSL color Cylindrical-coordinate representation of color #FFD46B: hue angle of 42.57º 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 #FFD46B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 107 | - |
| CMYK | 0 | 0.17 | 0.58 | 0 |
| HSL | 42.57º | 1% | 0.71% | - |
| HSV(B) | 42.57º | 0.58% | 1% | - |
| XYZ | 67.44 | 69.41 | 23.75 | - |
| YUV | 212.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 107 | 0 | 0.17 | 0.58 | 0 | 42.57 | 1 | 0.71 |
| Hex | FF | D4 | 6B | 0 | 11 | 3A | 0 | 2B | 64 | 47 |
| Octal | 377 | 324 | 153 | 0 | 21 | 72 | 0 | 53 | 144 | 107 |
| Binary | 11111111 | 11010100 | 1101011 | 0 | 10001 | 111010 | 0 | 101011 | 1100100 | 1000111 |
Color Harmonies of #FFD46B
Complementary color
Monochromatic Colors of #FFD46B
Black with #FFD46B
Text Example
Text Example
White with #FFD46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD46B; }
p { color: rgb(255,212,107); }
H1.HeaderClassName
{
color: #FFD46B;
}
.AnyTagClassName
{
color: #FFD46B;
}
</style>
background-color css
<style>
a { background-color: #FFD46B; }
a { background-color: rgb(255,212,107); }
div.DivClassName
{
background-color: #FFD46B;
}
.BgClassName
{
background-color: #FFD46B;
}
</style>
border-color css
<style>
span { border-color: #FFD46B; }
span { border-color: rgb(255,212,107); }
td.TdClassName
{
border-color: #FFD46B;
}
.TagClassName
{
border-color: #FFD46B;
}
</style>