Shades of Grandis #FFCF67
Tints of Grandis #FFCF67
RGB
CMYK
RGB Variations
Color information
#FFCF67 (or 0xFFCF67) is known color: Grandis. HEX triplet: FF, CF and 67. RGB value is (255,207,103). Sum of RGB (Red+Green+Blue) = 255+207+103=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 103 (40.62% from 255 or 18.23% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF67 is #003098. Grayscale: #D1D1D1. Windows color (decimal): -12441 or 6803455. OLE color: 6803455.
HSL color Cylindrical-coordinate representation of color #FFCF67: hue angle of 41.05º 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 #FFCF67 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 103 | - |
| CMYK | 0 | 0.19 | 0.60 | 0 |
| HSL | 41.05º | 1% | 0.7% | - |
| HSV(B) | 41.05º | 0.6% | 1% | - |
| XYZ | 66 | 66.86 | 22.26 | - |
| YUV | 209.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 103 | 0 | 0.19 | 0.60 | 0 | 41.05 | 1 | 0.7 |
| Hex | FF | CF | 67 | 0 | 13 | 3C | 0 | 29 | 64 | 46 |
| Octal | 377 | 317 | 147 | 0 | 23 | 74 | 0 | 51 | 144 | 106 |
| Binary | 11111111 | 11001111 | 1100111 | 0 | 10011 | 111100 | 0 | 101001 | 1100100 | 1000110 |
Color Harmonies of #FFCF67
Complementary color
Monochromatic Colors of #FFCF67
Black with #FFCF67
Text Example
Text Example
White with #FFCF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF67; }
p { color: rgb(255,207,103); }
H1.HeaderClassName
{
color: #FFCF67;
}
.AnyTagClassName
{
color: #FFCF67;
}
</style>
background-color css
<style>
a { background-color: #FFCF67; }
a { background-color: rgb(255,207,103); }
div.DivClassName
{
background-color: #FFCF67;
}
.BgClassName
{
background-color: #FFCF67;
}
</style>
border-color css
<style>
span { border-color: #FFCF67; }
span { border-color: rgb(255,207,103); }
td.TdClassName
{
border-color: #FFCF67;
}
.TagClassName
{
border-color: #FFCF67;
}
</style>