Shades of Grandis #FFC76B
Tints of Grandis #FFC76B
RGB
CMYK
RGB Variations
Color information
#FFC76B (or 0xFFC76B) is known color: Grandis. HEX triplet: FF, C7 and 6B. RGB value is (255,199,107). Sum of RGB (Red+Green+Blue) = 255+199+107=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC76B is #003894. Grayscale: #CDCDCD. Windows color (decimal): -14485 or 7063551. OLE color: 7063551.
HSL color Cylindrical-coordinate representation of color #FFC76B: hue angle of 37.3º 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 #FFC76B is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 107 | - |
| CMYK | 0 | 0.22 | 0.58 | 0 |
| HSL | 37.3º | 1% | 0.71% | - |
| HSV(B) | 37.3º | 0.58% | 1% | - |
| XYZ | 64.32 | 63.17 | 22.71 | - |
| YUV | 205.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 107 | 0 | 0.22 | 0.58 | 0 | 37.3 | 1 | 0.71 |
| Hex | FF | C7 | 6B | 0 | 16 | 3A | 0 | 25 | 64 | 47 |
| Octal | 377 | 307 | 153 | 0 | 26 | 72 | 0 | 45 | 144 | 107 |
| Binary | 11111111 | 11000111 | 1101011 | 0 | 10110 | 111010 | 0 | 100101 | 1100100 | 1000111 |
Color Harmonies of #FFC76B
Complementary color
Monochromatic Colors of #FFC76B
Black with #FFC76B
Text Example
Text Example
White with #FFC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC76B; }
p { color: rgb(255,199,107); }
H1.HeaderClassName
{
color: #FFC76B;
}
.AnyTagClassName
{
color: #FFC76B;
}
</style>
background-color css
<style>
a { background-color: #FFC76B; }
a { background-color: rgb(255,199,107); }
div.DivClassName
{
background-color: #FFC76B;
}
.BgClassName
{
background-color: #FFC76B;
}
</style>
border-color css
<style>
span { border-color: #FFC76B; }
span { border-color: rgb(255,199,107); }
td.TdClassName
{
border-color: #FFC76B;
}
.TagClassName
{
border-color: #FFC76B;
}
</style>