Shades of Grandis #FFCC66
Tints of Grandis #FFCC66
RGB
CMYK
RGB Variations
Color information
#FFCC66 (or 0xFFCC66) is known color: Grandis. HEX triplet: FF, CC and 66. RGB value is (255,204,102). Sum of RGB (Red+Green+Blue) = 255+204+102=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC66 is a web safe color. Inversed color of #FFCC66 is #003399. Grayscale: #D0D0D0. Windows color (decimal): -13210 or 6737151. OLE color: 6737151.
HSL color Cylindrical-coordinate representation of color #FFCC66: hue angle of 40º 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 #FFCC66 is Cyan = 0, Magento = 0.2, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 204 | 102 | - |
CMYK | 0 | 0.2 | 0.6 | 0 |
HSL | 40º | 1% | 0.7% | - |
HSV(B) | 40º | 0.6% | 1% | - |
XYZ | 65.23 | 65.41 | 21.76 | - |
YUV | 207.62 | 68.4 | 161.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 204 | 102 | 0 | 0.2 | 0.6 | 0 | 40 | 1 | 0.7 |
Hex | FF | CC | 66 | 0 | 14 | 3C | 0 | 28 | 64 | 46 |
Octal | 377 | 314 | 146 | 0 | 24 | 74 | 0 | 50 | 144 | 106 |
Binary | 11111111 | 11001100 | 1100110 | 0 | 10100 | 111100 | 0 | 101000 | 1100100 | 1000110 |
Color Harmonies of #FFCC66
Complementary color
Monochromatic Colors of #FFCC66
Black with #FFCC66
Text Example
Text Example
White with #FFCC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC66; }
p { color: rgb(255,204,102); }
H1.HeaderClassName
{
color: #FFCC66;
}
.AnyTagClassName
{
color: #FFCC66;
}
</style>
background-color css
<style>
a { background-color: #FFCC66; }
a { background-color: rgb(255,204,102); }
div.DivClassName
{
background-color: #FFCC66;
}
.BgClassName
{
background-color: #FFCC66;
}
</style>
border-color css
<style>
span { border-color: #FFCC66; }
span { border-color: rgb(255,204,102); }
td.TdClassName
{
border-color: #FFCC66;
}
.TagClassName
{
border-color: #FFCC66;
}
</style>