Shades of Grandis #FFC767
Tints of Grandis #FFC767
RGB
CMYK
RGB Variations
Color information
#FFC767 (or 0xFFC767) is known color: Grandis. HEX triplet: FF, C7 and 67. RGB value is (255,199,103). Sum of RGB (Red+Green+Blue) = 255+199+103=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC767 is #003898. Grayscale: #CDCDCD. Windows color (decimal): -14489 or 6801407. OLE color: 6801407.
HSL color Cylindrical-coordinate representation of color #FFC767: hue angle of 37.89º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFC767 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 103 | - |
| CMYK | 0 | 0.22 | 0.60 | 0 |
| HSL | 37.89º | 1% | 0.7% | - |
| HSV(B) | 37.89º | 0.6% | 1% | - |
| XYZ | 64.11 | 63.09 | 21.63 | - |
| YUV | 204.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 103 | 0 | 0.22 | 0.60 | 0 | 37.89 | 1 | 0.7 |
| Hex | FF | C7 | 67 | 0 | 16 | 3C | 0 | 26 | 64 | 46 |
| Octal | 377 | 307 | 147 | 0 | 26 | 74 | 0 | 46 | 144 | 106 |
| Binary | 11111111 | 11000111 | 1100111 | 0 | 10110 | 111100 | 0 | 100110 | 1100100 | 1000110 |
Color Harmonies of #FFC767
Complementary color
Monochromatic Colors of #FFC767
Black with #FFC767
Text Example
Text Example
White with #FFC767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC767; }
p { color: rgb(255,199,103); }
H1.HeaderClassName
{
color: #FFC767;
}
.AnyTagClassName
{
color: #FFC767;
}
</style>
background-color css
<style>
a { background-color: #FFC767; }
a { background-color: rgb(255,199,103); }
div.DivClassName
{
background-color: #FFC767;
}
.BgClassName
{
background-color: #FFC767;
}
</style>
border-color css
<style>
span { border-color: #FFC767; }
span { border-color: rgb(255,199,103); }
td.TdClassName
{
border-color: #FFC767;
}
.TagClassName
{
border-color: #FFC767;
}
</style>