Shades of Grandis #FFCF68
Tints of Grandis #FFCF68
RGB
CMYK
RGB Variations
Color information
#FFCF68 (or 0xFFCF68) is known color: Grandis. HEX triplet: FF, CF and 68. RGB value is (255,207,104). Sum of RGB (Red+Green+Blue) = 255+207+104=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF68 is #003097. Grayscale: #D2D2D2. Windows color (decimal): -12440 or 6868991. OLE color: 6868991.
HSL color Cylindrical-coordinate representation of color #FFCF68: hue angle of 40.93º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFCF68 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 104 | - |
| CMYK | 0 | 0.19 | 0.59 | 0 |
| HSL | 40.93º | 1% | 0.7% | - |
| HSV(B) | 40.93º | 0.59% | 1% | - |
| XYZ | 66.05 | 66.89 | 22.53 | - |
| YUV | 209.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 104 | 0 | 0.19 | 0.59 | 0 | 40.93 | 1 | 0.7 |
| Hex | FF | CF | 68 | 0 | 13 | 3B | 0 | 29 | 64 | 46 |
| Octal | 377 | 317 | 150 | 0 | 23 | 73 | 0 | 51 | 144 | 106 |
| Binary | 11111111 | 11001111 | 1101000 | 0 | 10011 | 111011 | 0 | 101001 | 1100100 | 1000110 |
Color Harmonies of #FFCF68
Complementary color
Monochromatic Colors of #FFCF68
Black with #FFCF68
Text Example
Text Example
White with #FFCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF68; }
p { color: rgb(255,207,104); }
H1.HeaderClassName
{
color: #FFCF68;
}
.AnyTagClassName
{
color: #FFCF68;
}
</style>
background-color css
<style>
a { background-color: #FFCF68; }
a { background-color: rgb(255,207,104); }
div.DivClassName
{
background-color: #FFCF68;
}
.BgClassName
{
background-color: #FFCF68;
}
</style>
border-color css
<style>
span { border-color: #FFCF68; }
span { border-color: rgb(255,207,104); }
td.TdClassName
{
border-color: #FFCF68;
}
.TagClassName
{
border-color: #FFCF68;
}
</style>