Shades of Grandis #FFCC64
Tints of Grandis #FFCC64
RGB
CMYK
RGB Variations
Color information
#FFCC64 (or 0xFFCC64) is known color: Grandis. HEX triplet: FF, CC and 64. RGB value is (255,204,100). Sum of RGB (Red+Green+Blue) = 255+204+100=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC64 is #00339B. Grayscale: #CFCFCF. Windows color (decimal): -13212 or 6606079. OLE color: 6606079.
HSL color Cylindrical-coordinate representation of color #FFCC64: hue angle of 40.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFCC64 is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 100 | - |
| CMYK | 0 | 0.2 | 0.61 | 0 |
| HSL | 40.26º | 1% | 0.7% | - |
| HSV(B) | 40.26º | 0.61% | 1% | - |
| XYZ | 65.13 | 65.37 | 21.24 | - |
| YUV | 207.39 | 67.4 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 100 | 0 | 0.2 | 0.61 | 0 | 40.26 | 1 | 0.7 |
| Hex | FF | CC | 64 | 0 | 14 | 3D | 0 | 28 | 64 | 46 |
| Octal | 377 | 314 | 144 | 0 | 24 | 75 | 0 | 50 | 144 | 106 |
| Binary | 11111111 | 11001100 | 1100100 | 0 | 10100 | 111101 | 0 | 101000 | 1100100 | 1000110 |
Color Harmonies of #FFCC64
Complementary color
Monochromatic Colors of #FFCC64
Black with #FFCC64
Text Example
Text Example
White with #FFCC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC64; }
p { color: rgb(255,204,100); }
H1.HeaderClassName
{
color: #FFCC64;
}
.AnyTagClassName
{
color: #FFCC64;
}
</style>
background-color css
<style>
a { background-color: #FFCC64; }
a { background-color: rgb(255,204,100); }
div.DivClassName
{
background-color: #FFCC64;
}
.BgClassName
{
background-color: #FFCC64;
}
</style>
border-color css
<style>
span { border-color: #FFCC64; }
span { border-color: rgb(255,204,100); }
td.TdClassName
{
border-color: #FFCC64;
}
.TagClassName
{
border-color: #FFCC64;
}
</style>