Shades of Grandis #FFCF6E
Tints of Grandis #FFCF6E
RGB
CMYK
RGB Variations
Color information
#FFCF6E (or 0xFFCF6E) is known color: Grandis. HEX triplet: FF, CF and 6E. RGB value is (255,207,110). Sum of RGB (Red+Green+Blue) = 255+207+110=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCF6E is #003091. Grayscale: #D2D2D2. Windows color (decimal): -12434 or 7262207. OLE color: 7262207.
HSL color Cylindrical-coordinate representation of color #FFCF6E: hue angle of 40.14º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFCF6E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 110 | - |
| CMYK | 0 | 0.19 | 0.57 | 0 |
| HSL | 40.14º | 1% | 0.72% | - |
| HSV(B) | 40.14º | 0.57% | 1% | - |
| XYZ | 66.37 | 67.01 | 24.19 | - |
| YUV | 210.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 110 | 0 | 0.19 | 0.57 | 0 | 40.14 | 1 | 0.72 |
| Hex | FF | CF | 6E | 0 | 13 | 39 | 0 | 28 | 64 | 48 |
| Octal | 377 | 317 | 156 | 0 | 23 | 71 | 0 | 50 | 144 | 110 |
| Binary | 11111111 | 11001111 | 1101110 | 0 | 10011 | 111001 | 0 | 101000 | 1100100 | 1001000 |
Color Harmonies of #FFCF6E
Complementary color
Monochromatic Colors of #FFCF6E
Black with #FFCF6E
Text Example
Text Example
White with #FFCF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF6E; }
p { color: rgb(255,207,110); }
H1.HeaderClassName
{
color: #FFCF6E;
}
.AnyTagClassName
{
color: #FFCF6E;
}
</style>
background-color css
<style>
a { background-color: #FFCF6E; }
a { background-color: rgb(255,207,110); }
div.DivClassName
{
background-color: #FFCF6E;
}
.BgClassName
{
background-color: #FFCF6E;
}
</style>
border-color css
<style>
span { border-color: #FFCF6E; }
span { border-color: rgb(255,207,110); }
td.TdClassName
{
border-color: #FFCF6E;
}
.TagClassName
{
border-color: #FFCF6E;
}
</style>