Shades of Grandis #FFC967
Tints of Grandis #FFC967
RGB
CMYK
RGB Variations
Color information
#FFC967 (or 0xFFC967) is known color: Grandis. HEX triplet: FF, C9 and 67. RGB value is (255,201,103). Sum of RGB (Red+Green+Blue) = 255+201+103=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC967 is #003698. Grayscale: #CECECE. Windows color (decimal): -13977 or 6801919. OLE color: 6801919.
HSL color Cylindrical-coordinate representation of color #FFC967: hue angle of 38.68º 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 #FFC967 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 103 | - |
| CMYK | 0 | 0.21 | 0.60 | 0 |
| HSL | 38.68º | 1% | 0.7% | - |
| HSV(B) | 38.68º | 0.6% | 1% | - |
| XYZ | 64.57 | 64.01 | 21.78 | - |
| YUV | 205.97 | 69.89 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 103 | 0 | 0.21 | 0.60 | 0 | 38.68 | 1 | 0.7 |
| Hex | FF | C9 | 67 | 0 | 15 | 3C | 0 | 27 | 64 | 46 |
| Octal | 377 | 311 | 147 | 0 | 25 | 74 | 0 | 47 | 144 | 106 |
| Binary | 11111111 | 11001001 | 1100111 | 0 | 10101 | 111100 | 0 | 100111 | 1100100 | 1000110 |
Color Harmonies of #FFC967
Complementary color
Monochromatic Colors of #FFC967
Black with #FFC967
Text Example
Text Example
White with #FFC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC967; }
p { color: rgb(255,201,103); }
H1.HeaderClassName
{
color: #FFC967;
}
.AnyTagClassName
{
color: #FFC967;
}
</style>
background-color css
<style>
a { background-color: #FFC967; }
a { background-color: rgb(255,201,103); }
div.DivClassName
{
background-color: #FFC967;
}
.BgClassName
{
background-color: #FFC967;
}
</style>
border-color css
<style>
span { border-color: #FFC967; }
span { border-color: rgb(255,201,103); }
td.TdClassName
{
border-color: #FFC967;
}
.TagClassName
{
border-color: #FFC967;
}
</style>